-
like table or graph.
-
### Is your feature request related to a problem? Please describe.
One kind of issues we have is that the third party usually create stand alone agent and we need to integrate those if we would like …
-
1:M 18 Apr 2024 11:01:05.075 * RDB age 12210 seconds
1:M 18 Apr 2024 11:01:05.075 * RDB memory usage when created 0.89 Mb
1:M 18 Apr 2024 11:01:05.075 * RDB is base AOF
1:M 18 Apr 2024 11:01:05.075…
-
i'm getting on build the error window is not defined
Error:
```
⨯ node_modules/monaco-editor/esm/vs/base/browser/window.js (14:26) @ window
⨯ ReferenceError: window is not defined
at __…
-
I'm trying to port my app from redisgraph to falkordb.
My redis instance listens on `unix socket` instead of `tcp`. I want to know how I can use `falkordb-bulk-insert` if my redis is listening on …
-
Hi, I've built a FalkorDB cluster and I want to test it, but there doesn't seem to be a way to connect to the cluster here.
-
Might require changes in FalkorDB/FalkorDB
Ref: https://github.com/openssl/openssl/discussions/22690#discussioncomment-7534909
![Screenshot 2024-08-28 at 9 57 56](https://github.com/user-attachmen…
-
The following code deletes all databases instead of deleting all keys in the db
```
from falkordb import FalkorDB
db = FalkorDB(
host=..., port=...
)
db.flushdb()
```
-
The Cypher query implemented in llamaindex `FalkorDBPropertyGraphStore.vector_query` seems to calculate the similarity directly against all nodes, which, if there are many nodes, may have poor perform…
-
Hi @swilly22 @LiorKogan @AviAvni @gkorland , During use in the production environment, I found that after a large number of read and write requests, the memory of RedisGraph increased sharply, from …