Skip to content

Commit

Permalink
Bug fixes in docs (#1802)
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekchhikara authored Sep 3, 2024
1 parent b2f683f commit d113037
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/open-source/graph_memory/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

![Graph Memory Visualization](../images/graph_memory/graph_example8.png)
![Graph Memory Visualization](/images/graph_memory/graph_example8.png)

<CodeGroup>
```python Code
Expand All @@ -295,7 +295,7 @@ m.search("Who is spiderman?", user_id="alice123")
```
</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.
Expand Down

0 comments on commit d113037

Please sign in to comment.