Readme Changes (#1725)

This commit is contained in:
Prateek Chhikara
2024-08-20 22:49:44 -07:00
committed by GitHub
parent 8ea12ca24b
commit 515fb86497
3 changed files with 40 additions and 8 deletions

View File

@@ -8,10 +8,6 @@ With Graph Memory, users can now create and utilize complex relationships betwee
This integration enables users to leverage the strengths of both vector-based and graph-based approaches, resulting in more accurate and comprehensive information retrieval and generation.
> **Note:** The Graph Memory implementation is not standalone. You will be adding/retrieving memories to the vector store and the graph store simultaneously.
## Initialize Graph Memory
To initialize Graph Memory you'll need to set up your configuration with graph store providers.
@@ -243,6 +239,8 @@ m.search("Who is spiderman?", user_id="alice123")
![Graph Memory Visualization](../images/graph_memory/graph_example9.png)
> **Note:** The Graph Memory implementation is not standalone. You will be adding/retrieving memories to the vector store and the graph store simultaneously.
If you want to use a managed version of Mem0, please check out [Mem0](https://app.mem0.ai). If you have any questions, please feel free to reach out to us using one of the following methods:
<Snippet file="get-help.mdx" />