-
Notifications
You must be signed in to change notification settings - Fork 15.8k
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
ExperimentalMarkdownSyntaxTextSplitter missing in __init__ #26028
Labels
🤖:bug
Related to a bug, vulnerability, unexpected error with an existing feature
Comments
dosubot
bot
added
the
🤖:bug
Related to a bug, vulnerability, unexpected error with an existing feature
label
Sep 4, 2024
try to fix it in #26703 |
Sheepsta300
pushed a commit
to Sheepsta300/langchain
that referenced
this issue
Oct 1, 2024
…extSplitter` (langchain-ai#26703) langchain-ai#26028 Export `ExperimentalMarkdownSyntaxTextSplitter` in __init__ Co-authored-by: Erick Friis <erick@langchain.dev>
Hi, @luc42ei. I'm Dosu, and I'm helping the LangChain team manage their backlog. I'm marking this issue as stale. Issue Summary:
Next Steps:
Thank you for your understanding and contribution! |
dosubot
bot
added
the
stale
Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed
label
Dec 20, 2024
dosubot
bot
removed
the
stale
Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed
label
Dec 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Checked other resources
Example Code
In the
__init__
file in langchain_text_splitters, the ExperimentalMarkdownSyntaxTextSplitter should be added like so:Error Message and Stack Trace (if applicable)
from langchain_text_splitters import ExperimentalMarkdownSyntaxTextSplitter
ImportError: cannot import name 'ExperimentalMarkdownSyntaxTextSplitter' from 'langchain_text_splitters'
Description
I'm trying to import ExperimentalMarkdownSyntaxTextSplitter
System Info
langchain==0.2.16
langchain-community==0.2.16
langchain-core==0.2.38
langchain-openai==0.1.23
langchain-text-splitters==0.2.4
langchainhub==0.1.21
I'm on Linux, Debian
python version 3.11
The text was updated successfully, but these errors were encountered: