Bug fixes in docs (#1801)
This commit is contained in:
@@ -193,7 +193,7 @@ Below are the steps to add memories and visualize the graph:
|
|||||||
```python
|
```python
|
||||||
m.add("I like going to hikes", user_id="alice123")
|
m.add("I like going to hikes", user_id="alice123")
|
||||||
```
|
```
|
||||||

|

|
||||||
|
|
||||||
</Step>
|
</Step>
|
||||||
<Step title="Add memory 'I love to play badminton'">
|
<Step title="Add memory 'I love to play badminton'">
|
||||||
@@ -202,7 +202,7 @@ m.add("I like going to hikes", user_id="alice123")
|
|||||||
```python
|
```python
|
||||||
m.add("I love to play badminton", user_id="alice123")
|
m.add("I love to play badminton", user_id="alice123")
|
||||||
```
|
```
|
||||||

|

|
||||||
|
|
||||||
</Step>
|
</Step>
|
||||||
|
|
||||||
@@ -211,7 +211,7 @@ m.add("I love to play badminton", user_id="alice123")
|
|||||||
```python
|
```python
|
||||||
m.add("I hate playing badminton", user_id="alice123")
|
m.add("I hate playing badminton", user_id="alice123")
|
||||||
```
|
```
|
||||||

|

|
||||||
|
|
||||||
</Step>
|
</Step>
|
||||||
|
|
||||||
@@ -220,7 +220,7 @@ m.add("I hate playing badminton", user_id="alice123")
|
|||||||
```python
|
```python
|
||||||
m.add("My friend name is john and john has a dog named tommy", user_id="alice123")
|
m.add("My friend name is john and john has a dog named tommy", user_id="alice123")
|
||||||
```
|
```
|
||||||

|

|
||||||
|
|
||||||
</Step>
|
</Step>
|
||||||
|
|
||||||
@@ -229,7 +229,7 @@ m.add("My friend name is john and john has a dog named tommy", user_id="alice123
|
|||||||
```python
|
```python
|
||||||
m.add("My name is Alice", user_id="alice123")
|
m.add("My name is Alice", user_id="alice123")
|
||||||
```
|
```
|
||||||

|

|
||||||
|
|
||||||
</Step>
|
</Step>
|
||||||
|
|
||||||
@@ -238,7 +238,7 @@ m.add("My name is Alice", user_id="alice123")
|
|||||||
```python
|
```python
|
||||||
m.add("John loves to hike and Harry loves to hike as well", user_id="alice123")
|
m.add("John loves to hike and Harry loves to hike as well", user_id="alice123")
|
||||||
```
|
```
|
||||||

|

|
||||||
|
|
||||||
</Step>
|
</Step>
|
||||||
|
|
||||||
@@ -248,7 +248,7 @@ m.add("John loves to hike and Harry loves to hike as well", user_id="alice123")
|
|||||||
m.add("My friend peter is the spiderman", user_id="alice123")
|
m.add("My friend peter is the spiderman", user_id="alice123")
|
||||||
```
|
```
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
</Step>
|
</Step>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user