Skip to content

Commit

Permalink
docs: reference ExperimentalMarkdownTextSplitter (#28768)
Browse files Browse the repository at this point in the history
Continuing #27832

---------

Co-authored-by: promptless[bot] <179508745+promptless[bot]@users.noreply.github.com>
Co-authored-by: Frances Liu <[email protected]>
  • Loading branch information
3 people authored Dec 17, 2024
1 parent e814334 commit 24bf242
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/docs/how_to/markdown_header_metadata_splitter.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,18 @@
"md_header_splits"
]
},
{
"cell_type": "markdown",
"id": "fb3f834a",
"metadata": {},
"source": [
":::note\n",
"\n",
"The default `MarkdownHeaderTextSplitter` strips white spaces and new lines. To preserve the original formatting of your Markdown documents, check out [ExperimentalMarkdownSyntaxTextSplitter](https://python.langchain.com/api_reference/text_splitters/markdown/langchain_text_splitters.markdown.ExperimentalMarkdownSyntaxTextSplitter.html).\n",
"\n",
":::"
]
},
{
"cell_type": "markdown",
"id": "aa67e0cc-d721-4536-9c7a-9fa3a7a69cbe",
Expand Down

0 comments on commit 24bf242

Please sign in to comment.