From 8c12e17ad07d0bf36a407054dc5365c71443eeb5 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Wed, 28 Jun 2023 18:06:46 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs(config.yaml):=20update=20do?= =?UTF-8?q?cumentation=20link=20for=20ConversationBufferMemory=20in=20memo?= =?UTF-8?q?ries=20section=20The=20documentation=20link=20for=20Conversatio?= =?UTF-8?q?nBufferMemory=20in=20the=20memories=20section=20has=20been=20up?= =?UTF-8?q?dated=20to=20point=20to=20the=20correct=20URL=20"https://python?= =?UTF-8?q?.langchain.com/docs/modules/memory/how=5Fto/buffer".=20This=20c?= =?UTF-8?q?hange=20ensures=20that=20users=20can=20access=20the=20correct?= =?UTF-8?q?=20documentation=20for=20using=20ConversationBufferMemory.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/backend/langflow/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/langflow/config.yaml b/src/backend/langflow/config.yaml index 518ff7029..310117381 100644 --- a/src/backend/langflow/config.yaml +++ b/src/backend/langflow/config.yaml @@ -121,7 +121,7 @@ llms: documentation: "https://python.langchain.com/docs/modules/model_io/models/llms/integrations/huggingface_hub" memories: ConversationBufferMemory: - documentation: "https://python.langchain.com/docs/modules/memory/how_to/summary" + documentation: "https://python.langchain.com/docs/modules/memory/how_to/buffer" ConversationSummaryMemory: documentation: "https://python.langchain.com/docs/modules/memory/how_to/summary" ConversationKGMemory: