-
Notifications
You must be signed in to change notification settings - Fork 15.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"HTMLSectionSplitter" is not accessible in latest langchain-text-splitters package #20644
Comments
try |
I've tried it. Still not working. |
I am also facing the same issue. |
I'm having the same issue. Is there a plan for fix? |
is there any update for this issue? |
Same issue here. Any update for this issue? |
Also facing this issue. Was it removed by accident? |
Having the same issue. Any way we can get around this? |
any update? |
anyone explain why? |
Checked other resources
Example Code
pip install langchain
pip install langchain-text-splitters
from langchain_text_splitters import HTMLSectionSplitter
Error Message and Stack Trace (if applicable)
No response
Description
Since i noticed that "HTMLSectionSplitter" was released in v0.1.15, i upgraded/reinstalled "Langchain" & "langchain-text-splitters" for introducing this new splitter into my project followed by the instruction in here. But the new splitter is not found in new package. I checked the latest package of "langchain-text-splitters" in pypi, the files in package are not the latest version in github.
init file in downloaded pypi package:
same file in github:
How can i use this splitter now?
System Info
platform: windows 10
python version: 3.12.3
The text was updated successfully, but these errors were encountered: