docs: reference ExperimentalMarkdownTextSplitter (#28768)

Continuing https://github.com/langchain-ai/langchain/pull/27832

---------

Co-authored-by: promptless[bot] <179508745+promptless[bot]@users.noreply.github.com>
Co-authored-by: Frances Liu <francestfls@gmail.com>
This commit is contained in:
ccurme 2024-12-17 12:56:38 -05:00 committed by GitHub
parent e81433497b
commit 24bf24270d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",