Ask a question to get started
Enter to sendā¢Shift+Enter new line
text_splitter: TextSplitter = Field(default=RecursiveCharacterTextSplitter(chunk_overlap=500))
Text splitter that splits the input into chunks.