Skip to content

Commit

Permalink
Revert previous docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
promptless[bot] authored Nov 19, 2024
1 parent 2161547 commit ac04da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/concepts/text_splitters.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Key benefits of structure-based splitting:
- Can be more effective for downstream tasks like retrieval or summarization

Examples of structure-based splitting:
- **Markdown**: Split based on headers (e.g., #, ##, ###). The `ExperimentalMarkdownSyntaxTextSplitter` can be used to preserve the original structure and formatting, including whitespace, while extracting headers, code blocks, and horizontal rules as metadata.
- **Markdown**: Split based on headers (e.g., #, ##, ###)
- **HTML**: Split using tags
- **JSON**: Split by object or array elements
- **Code**: Split by functions, classes, or logical blocks
Expand Down

0 comments on commit ac04da4

Please sign in to comment.