From fcac473a61b3c7d3064f3ffa6bee9f39be00b5d8 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Fri, 7 Jul 2023 17:22:44 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=80=20chore(config.yaml):=20reorganize?= =?UTF-8?q?=20the=20order=20of=20sections=20in=20the=20config=20file=20The?= =?UTF-8?q?=20order=20of=20sections=20in=20the=20config.yaml=20file=20has?= =?UTF-8?q?=20been=20adjusted=20for=20better=20readability=20and=20organiz?= =?UTF-8?q?ation.=20The=20"prompts"=20section=20has=20been=20moved=20to=20?= =?UTF-8?q?the=20top,=20followed=20by=20the=20"memories"=20section,=20and?= =?UTF-8?q?=20then=20the=20"textsplitters"=20section.=20This=20change=20im?= =?UTF-8?q?proves=20the=20structure=20and=20consistency=20of=20the=20confi?= =?UTF-8?q?g=20file.?= 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 032a2f049..ab4db6fd9 100644 --- a/src/backend/langflow/config.yaml +++ b/src/backend/langflow/config.yaml @@ -153,6 +153,7 @@ memories: documentation: "https://python.langchain.com/docs/modules/memory/how_to/vectorstore_retriever_memory" MongoDBChatMessageHistory: documentation: "https://python.langchain.com/docs/modules/memory/integrations/mongodb_chat_message_history" +prompts: ChatMessagePromptTemplate: documentation: "https://python.langchain.com/docs/modules/model_io/prompts/prompt_templates/msg_prompt_templates" HumanMessagePromptTemplate: @@ -161,7 +162,6 @@ memories: documentation: "https://python.langchain.com/docs/modules/model_io/models/chat/how_to/prompts" ChatPromptTemplate: documentation: "https://python.langchain.com/docs/modules/model_io/models/chat/how_to/prompts" -prompts: PromptTemplate: documentation: "https://python.langchain.com/docs/modules/model_io/prompts/prompt_templates/" textsplitters: