Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
Modify important note
Browse files Browse the repository at this point in the history
  • Loading branch information
sunilgaddi authored and sam-aiplanet committed Nov 23, 2023
1 parent 06711a5 commit 4825084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/v0.2.0/components/memory/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ memory.add_text(user_text="What is my name?",model_text="Your name is Jhon.")
memory.get_chat_history()
```

**Important Note**:Once the total conversations are 40, the first 20 conversations are removed from vectordb memory. This is because to make sure the context length doesn't exceeds.
**Important Note**:Once the total number of conversations are 40, the first 20 conversations are removed from vectordb memory. This is because to make sure the context length doesn't exceeds.

0 comments on commit 4825084

Please sign in to comment.