Re-exports§
pub use language::Language;
Modules§
Structs§
- Character
Text Splitter - Splits text by a single separator string.
- Header
Type - A markdown header level and its text.
- Html
Header Text Splitter - Splits HTML content by header tags (h1, h2, h3, etc.).
- Markdown
Header Text Splitter - Splits markdown text by headers, adding header hierarchy to metadata.
- Recursive
Character Text Splitter - Recursively splits text using a hierarchy of separators.
- Token
Text Splitter - Splits text by estimated token count using a ~4 chars/token heuristic.
Traits§
- Text
Splitter - Trait for splitting text into chunks.