Bug fixes in docs (#1802)
This commit is contained in:
@@ -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.
|
||||||
|
|
||||||

|

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

|

|
||||||
|
|
||||||
> **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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user