-
Notifications
You must be signed in to change notification settings - Fork 21
feat(Docling): prefetch model artifacts #964
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
Merged
jvallesm
merged 7 commits into
main
from
jvalles/ins-7276-add-docling-to-document-operator
Feb 4, 2025
Merged
feat(Docling): prefetch model artifacts #964
jvallesm
merged 7 commits into
main
from
jvalles/ins-7276-add-docling-to-document-operator
Feb 4, 2025
Conversation
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
81b0ec7
to
d1df7ea
Compare
d1df7ea
to
27bdee2
Compare
ab5a3f1
to
e0f8139
Compare
e0f8139
to
44e8e57
Compare
jvallesm
pushed a commit
that referenced
this pull request
Feb 25, 2025
🤖 I have created a release *beep* *boop* --- ## [0.51.0-beta](v0.50.0-beta...v0.51.0-beta) (2025-02-25) ### Features * **all:** rename VDP to pipeline ([#963](#963)) ([8ba570a](8ba570a)) * **component:** support metadata filter in artifact component ([#979](#979)) ([624029a](624029a)) * **Docling:** prefetch model artifacts ([#964](#964)) ([c9ff323](c9ff323)) * **document:** convert PDF to Markdown with Docling ([#959](#959)) ([a9dbf55](a9dbf55)) * **document:** log execution times for benchmarking ([#969](#969)) ([ac3e2c3](ac3e2c3)) * **init:** remove preset pipeline downloader ([#970](#970)) ([11f8f5c](11f8f5c)) * **minio:** add client info and user header to artifact binary fetcher ([#978](#978)) ([78c9c1f](78c9c1f)) * **minio:** add service name and version to MinIO requests ([#976](#976)) ([39c66cd](39c66cd)) * **minio:** log MinIO actions with requester ([#972](#972)) ([8ba353e](8ba353e)) * **perplexity:** add new Sonar models ([#957](#957)) ([2699679](2699679)) * **recipe:** rename `format` to `type` in variable section ([#971](#971)) ([88ead91](88ead91)) * **x:** update MinIO package to delegate audit logs ([#973](#973)) ([f81287b](f81287b)) ### Bug Fixes * **ci:** registry image build ([#960](#960)) ([3a56698](3a56698)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
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.
Because
use-docling
parameter in the document operator is less open to changes that an enumconverter
selector.This commit
.
use-docling
parameter byconverter
.The following changes are made on the
Dockerfile
:nobody:nogroup
needs to have a $HOME where the EasyOCR models will be placed (internally, this engine looks for the models in~/.EasyOCR/model
)./pipeline-backend
) is owned bynobody:nogroup
in the dev image so we can run the coverage action without the root user.