ApiVlmOptions in docling.datamodel.pipeline_options #1412
Closed
reach-krisparth
started this conversation in
General
Replies: 1 comment 1 reply
-
You will need to install docling version 2.30.0 or higher in order to import that. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was trying to import ApiVlmOptions from docling.datamodel.pipeline_options.
Running into error
ImportError Traceback (most recent call last)
Cell In[6], line 1
----> 1 from docling.datamodel.pipeline_options import ApiVlmOptions
ImportError: cannot import name 'ApiVlmOptions' from 'docling.datamodel.pipeline_options' (...\docling\docling\lib\site-packages\docling\datamodel\pipeline_options.py)
Is this not supported?
I was trying out the example mentioned here - https://docling-project.github.io/docling/examples/vlm_pipeline_api_model/
Beta Was this translation helpful? Give feedback.
All reactions