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
As a user, I would strongly dislike running two databases for a single service when deploying locally, so I would not attempt to introduce a dedicated graph database. (Another reason is that I have virtually no experience with graph databases.)
Currently, using a storage similar to tidb.ai seems reasonable. (#41 (comment))
Some thoughts on Graph implementation.
Why?
Most memory layers currently available include graph features, such as Mem0 and Zep.
Mnemis, in particular, achieves SOTA-level benchmark results on top of Graphiti: https://github.com/microsoft/Mnemis
How?
As a user, I would strongly dislike running two databases for a single service when deploying locally, so I would not attempt to introduce a dedicated graph database. (Another reason is that I have virtually no experience with graph databases.)
Currently, using a storage similar to
tidb.aiseems reasonable. (#41 (comment))The query options include:
petgraph)Perhaps we can mix 1 and 2 as needed.
Things to do
A portion of Graphiti needs to be reimplemented in Rust.
blocks #41 #43