From 48250844eadf331b48c7d472b36e50db7f52456a Mon Sep 17 00:00:00 2001 From: sunilgaddi Date: Tue, 21 Nov 2023 10:48:24 +0530 Subject: [PATCH] Modify important note --- documentation/v0.2.0/components/memory/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/v0.2.0/components/memory/quickstart.md b/documentation/v0.2.0/components/memory/quickstart.md index 3df33fd..d7c4090 100644 --- a/documentation/v0.2.0/components/memory/quickstart.md +++ b/documentation/v0.2.0/components/memory/quickstart.md @@ -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.