-
Notifications
You must be signed in to change notification settings - Fork 979
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
Error Installing docling (>=2.4.1,<3.0.0) in project with langchain dependency #283
Comments
Is there a way we can use docling with numpy (>=1.26.0,<2.0.0) while langchain does not upgrade to numpy (>=2.0.0) to enable docling/langchain integration? |
same with langchain-community |
Since docling for content generation for llms is an important use case Thanks! |
TLDR: Details: Let me know if that helped. 👉 Also keep an eye on our recent LangChain PR: we expect to have native LangChain support very soon 😉 |
Thank you so much; that resolved the issue! |
Bug
Installing docling (>=2.4.1,<3.0.0) in a project with langchain (any version) dependency fails.
So, because my project depends on both langchain (^0.3.3) and numpy (>=2.0.2,<3.0.0), version solving failed.
Steps to reproduce
Docling version
(>=2.4.1,<3.0.0)
Python version
Python 3.11
The text was updated successfully, but these errors were encountered: