Open
Conversation
Owner
|
Hey @gabe-l-hart love your contributions! Same as before, can you please update related docs? Happy to merge afterward! |
433696d to
f65a1ff
Compare
Contributor
Author
|
@assafelovic Docs are updated. Thanks! |
Branch: DoclingIntegration Signed-off-by: Gabe Goodhart <ghart@us.ibm.com>
Branch: DoclingIntegration Signed-off-by: Gabe Goodhart <ghart@us.ibm.com>
Branch: DoclingIntegration Signed-off-by: Gabe Goodhart <ghart@us.ibm.com>
Branch: DoclingIntegration Signed-off-by: Gabe Goodhart <ghart@us.ibm.com>
Branch: DoclingIntegration Signed-off-by: Gabe Goodhart <ghart@us.ibm.com>
NOTE: The ability to invoke Granite 3.2 Vision via Ollama was added in 2.30.0, so that is the required lower bound. Branch: DoclingIntegration Signed-off-by: Gabe Goodhart <ghart@us.ibm.com>
Branch: DoclingIntegration Signed-off-by: Gabe Goodhart <ghart@us.ibm.com>
Branch: DoclingIntegration Signed-off-by: Gabe Goodhart <ghart@us.ibm.com>
Branch: DoclingIntegration Signed-off-by: Gabe Goodhart <ghart@us.ibm.com>
e6c6f3e to
8fa64ef
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR extends the local document parsing capabilities to allow the user to choose docling and optionally also use a VLM like smoldocling or granite3.2-vision for visual parsing. In addition to allowing users to choose
doclingfor its output quality, this also allows users to inputpngandjpegimages as context.Testing
I've tested this in conjunction with my #1278 branch for a fully local LLM / VLM researcher. My two methods of testing are via a custom script and via the
nextjsCLI.Custom Script
nextjsFrontendI use the following env vars before running
python main.pyin the root of the repoFrom there, I've tested swapping to
hybridvia thePreferencespanel and then dropping in a.pngscreenshot to ensure it gets converted correctly.Dependencies
This PR depends on getting the next release ofdoclingout with ollama support for granite3.2-vision. I'm coordinating with @PeterStaar-IBM on that release, so it should go out soon!Ollama support for Granite Vision 3.2 in Docling was added in 2.30.0