-
I want to delete all properties of a node (except for the id) and assign new properties to it.
I tried using the following Cypher query:
```
MATCH (n {id: $id})
WITH n, [prop IN keys(n) WHERE pr…
-
I execute a query on my RedisGraph and get a crash.
Redis version:7.2.0
RedisGraph version: v2.12.9
operating system: windows 10
API:Cypher version 9
query:CREATE (c0) DELETE c0 WITH * MATCH ()…
-
We have a tob RAG knowledge base product and want to incorporate a knowledge graph to improve the answer'quality of some questions. Considering that FalkorDB uses the SSPLv1 open source license, do we…
-
Javadocs comments are created with surrounding ``` which are breaking to java compilation.
See example: https://github.com/FalkorDB/JFalkorDB/pull/71
-
-
Created by: @LiorKogan
Source: https://github.com/RedisGraph/RedisGraph/issues/2977
The following query causes RedisGraph to crash immediately (memory access violation):
```
GRAPH.QUERY g "RETURN …
-
I have just discovered this great tool! Thank you. :-) (I was using RedisInsight before now. )
I notice the labels and relationships are all prefixed by a "2" as per this screenshot. My labels are …
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
I have created a vector store and a graph store seperately. How can I use both of them …
-
Hi!
So, I'm a big fan of the DB and I have been using it extensively, but in the last few days, I think after 4.3.0, Falkor will randomly lose all of the nodes and edges in the graph.
I have ru…
-
Maybe I am missing something, but I would expect there would be a clear path to move from neo4j to falkordb. Frankly, I haven't found any info on migrating or even importing from anything other than R…