-
RedisGraph EOL soon, [FalkorDB](https://github.com/FalkorDB/falkordb) continues RedisGraph stopped.
-
Hi! I discovered a bug when using FalkorDB. It seems that the database could give a wrong result when comparing two relatively large numbers. The reproduction process is as follows:
1. Run docker con…
-
Hi! I discovered a bug when using FalkorDB. It seems that the database could give a wrong result when comparing two relatively large numbers. The reproduction process is as follows:
1. Run docker con…
-
Since more data in graph shape is being used, it would be handy to make this easily possible also with spin
1) similar to sqlite: an embedded property graph database e.g. kuzudb https://github.com/ku…
hpvd updated
5 months ago
-
Hi, the following query crashes my falkordb with 100% consistency:
```
CALL {
MATCH (cdo:C) WHERE cdo.persona_id = 3 RETURN cdo ORDER BY cdo.create_time DESC
UNION ALL
MATCH (cdo:E) WHERE cdo.p…
-
Hi! I discovered that FalkorDB could crash, highly probably due to problematic AlgebraicExpression_Dest. The steps to reproduce are as follows.
1. Start the database using docker, like `sudo docker r…
-
I was loading a sizable graph and one thing i noticed when using the edge falkor docker container, it took awfully long when trying to load took about 18hrs before i decided to kill it. The redis serv…
-
### Feature Request
#### Feature Description:
The integration of **Neo4j** into LangFlow will bring support for powerful knowledge graph database retrieval capabilities, extending LangFlow's versa…
-
This morning, one of our falkordb servers started crashing with the following partial logs:
=== REDIS BUG REPORT START: Cut & paste starting from here ===
11:M 05 Nov 2024 17:54:24.228 # Redis 7.2…
-
Is it option to use http (fetch) to allow use from cloudflare workers and other serverless environments?