You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docling v2.12.0 introduced GPU acceleration — and enables it by default.
Depending on when you installed docling-haystack, your docling version may or may not be v2.12.0+.
If it's lower, you can pip install --upgrade docling (or similar, depending on the python tooling you use).
Additionally, if for some reason you want to use custom acceleration options, you can create a docling.document_converter.DocumentConverter instance based on this example and then pass it to your docling_haystack.converter.DoclingConverter via the converter= argument documented here.
Docling offers support for GPU acceleration. The related issue is: DS4SD/docling#593
My question is if this feature is compatible with
docling-haystack
?BR
The text was updated successfully, but these errors were encountered: