-
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
community: add Docling document loader #27987
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
2055810
to
7b8b0e3
Compare
Most CI findings fixed — just two remaining points, for which some feedback from the maintainers would be appreciated:
|
Signed-off-by: Panos Vagenas <[email protected]>
Signed-off-by: Panos Vagenas <[email protected]>
Signed-off-by: Panos Vagenas <[email protected]>
7b8b0e3
to
10ad0c3
Compare
Hey! This adds a community integration, which is no longer recommended. Would you be interested in publishing your own integration package, and contributing docs via this guide? https://python.langchain.com/docs/contributing/how_to/integrations/ |
Hi @efriis, I see, then we can do it like that, yes. |
Description
This adds a document loader for Docling doc parsing package from IBM that parses PDF, DOCX, PPTX, HTML, and other formats into a rich unified representation including document layout, tables etc., making them ready for generative AI workflows like RAG.
Some references:
The introduced
DoclingLoader
enables users to:Issue
No issue, but discussion initiated couple weeks ago: #27641
Dependencies
docling