You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ohdearquant I think this is not a bug.
In the example, you called init_db() twice which is supposed to be only called once. I will make this more explicit.
Currently FalkorDB does not support add_records() method. You may try use Neo4j if you would like add_records().
FYI @ohdearquant#178
Added delete method. If you still want to use FalkorDB, one way is to delete and recreate the knowledge graph every time you add new memory to it.
Describe the bug
Steps to reproduce
First run falkordb
second run the following codes in
.ipynb
Error:
Model Used
gpt-4o
Expected Behavior
should be able to run without errors as exact same codes worked in version 0.4.1
Screenshots and logs
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: