-
Notifications
You must be signed in to change notification settings - Fork 21
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
feat(component): support metadata filter in artifact component #979
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #979 +/- ##
==========================================
+ Coverage 19.22% 19.58% +0.36%
==========================================
Files 426 436 +10
Lines 84603 84957 +354
==========================================
+ Hits 16264 16642 +378
+ Misses 66002 65955 -47
- Partials 2337 2360 +23
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did a post-merge review, the logic looks fine, I just detected a small typo in a struct definition 👍 LGTM
Thanks for re-generating the component documents, I think we should generate them automatically in the CI like in the code generated by the protobuf files. Something to keep in mind in the future.
// The media type to filter | ||
FileMediaType string `json:"file-media-type"` | ||
// The content type to filter | ||
ContetType string `json:"content-type"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: small typo s/Contet/Content
🤖 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).
Because
This commit
TASK_RETRIEVE