Ask a question to get started
Enter to send•Shift+Enter new line
Return an instance of this class based on a specific language.
This method initializes the text splitter with language-specific separators.
from_language( cls, language: Language, **kwargs: Any = {} ) -> RecursiveCharacterTextSplitter
language
Language
The language to configure the text splitter for.
**kwargs
Any
{}
Additional keyword arguments to customize the splitter.