From 40ab6b1e877790961e99ccdebce1fc1af7879bae Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Thu, 24 Aug 2023 22:22:31 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20refactor(config.yaml):=20remove?= =?UTF-8?q?=20RecursiveCharacterTextSplitter=20from=20the=20config=20file?= =?UTF-8?q?=20as=20it=20is=20no=20longer=20used=20=F0=9F=93=9A=20docs(conf?= =?UTF-8?q?ig.yaml):=20update=20documentation=20link=20for=20CharacterText?= =?UTF-8?q?Splitter=20in=20the=20config=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, 2 deletions(-) diff --git a/src/backend/langflow/config.yaml b/src/backend/langflow/config.yaml index 63e8cdf99..da43403f2 100644 --- a/src/backend/langflow/config.yaml +++ b/src/backend/langflow/config.yaml @@ -169,8 +169,6 @@ prompts: textsplitters: CharacterTextSplitter: documentation: "https://python.langchain.com/docs/modules/data_connection/document_transformers/text_splitters/character_text_splitter" - RecursiveCharacterTextSplitter: - documentation: "https://python.langchain.com/docs/modules/data_connection/document_transformers/text_splitters/recursive_text_splitter" toolkits: OpenAPIToolkit: documentation: ""