DOC: HTMLSemanticPreservingSplitter is documented in API References but not exported in langchain-text-splitters v0.3.4 #28917
Labels
🤖:docs
Changes to documentation and examples, like .md, .rst, .ipynb files. Changes to the docs/ folder
URL
https://python.langchain.com/api_reference/text_splitters/html/langchain_text_splitters.html.HTMLSemanticPreservingSplitter.html#langchain_text_splitters.html.HTMLSemanticPreservingSplitter
Checklist
Issue with current documentation:
API References documentation shows HTMLSemanticPreservingSplitter as available in langchain-text-splitters, but it's not exported in version 0.3.4. This causes import failures when trying to use the documented functionality.
Steps to reproduce:
pip install "langchain-text-splitters==0.3.4"
HTMLSemanticPreservingSplitter
is not available in 0.3.4Idea or request for content:
No response
The text was updated successfully, but these errors were encountered: