-
### Describe the issue
One major milestone in release v0.2.33 will be enhanced RAG support.
### Plan for the next release:
```[tasklist]
### VectorDB integrations
- [ ] GraphRAG support
-…
-
The variables: ADMIN_PASSWORD and FALKORDB_PASSWORD should be stored in a secret, not in the env var
-
NOPERM User falkordb has no permissions to run the 'acl|list' command
-
FalkorDB seems to violate the uniqueness requirements when matching relations, as specified in the openCypher standard, chapter "Pattern-Uniqueness"(https://s3.amazonaws.com/artifacts.opencypher.org/o…
-
-
Is it possible to perform case-insensitive filters for instance on the WHERE clause? Currently matching statement like :
```
MATCH (x) WHERE x.property = "BOB"
```
Will not find nodes like:
```…
-
We would like to know what companies are using Apache ECharts.
You are welcome to **leave a comment about your company name** here.
You may also add information like what are you using ECharts for.
…
-
Hi there,
Running latest `falkordb/falkordb:edge` image (`9a52710dee90`),
I've found that FalkorDB complains when an alias starts by a number instead of an alpha-char
`CREATE (acbad71:Node {w…
-
Version: FalkorDB v4.0.10
How to reproduce (starting with an empty graph):
`GRAPH.QUERY g "CYPHER param=1 WITH 4 AS X WHERE $param = 1 RETURN X"`
`GRAPH.QUERY g "CYPHER param=2 WITH 4 AS X WHER…
-
With this context:
```cypher
CREATE (:Post {name:"a post"}),(:Tag {name: "a"}), (:Tag {name: "b"}), (:Tag {name: "c"})
```
If you run this code, I would expect the post to have three tags atta…