Bug fixes in docs (#1802)

This commit is contained in:
Prateek Chhikara
2024-09-03 13:16:00 -07:00
committed by GitHub
parent b2f683f3cc
commit d113037a4f

View File

@@ -278,7 +278,7 @@ m.search("What is my name?", user_id="alice123")
Below graph visualization shows what nodes and relationships are fetched from the graph for the provided query. Below graph visualization shows what nodes and relationships are fetched from the graph for the provided query.
![Graph Memory Visualization](../images/graph_memory/graph_example8.png) ![Graph Memory Visualization](/images/graph_memory/graph_example8.png)
<CodeGroup> <CodeGroup>
```python Code ```python Code
@@ -295,7 +295,7 @@ m.search("Who is spiderman?", user_id="alice123")
``` ```
</CodeGroup> </CodeGroup>
![Graph Memory Visualization](../images/graph_memory/graph_example9.png) ![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. > **Note:** The Graph Memory implementation is not standalone. You will be adding/retrieving memories to the vector store and the graph store simultaneously.