Update Weaviate examples for client 4.16 API#67343
Open
henry3260 wants to merge 1 commit into
Open
Conversation
686cf2d to
080eaaf
Compare
Contributor
Author
|
cc @Lee-W |
080eaaf to
eeece9d
Compare
Contributor
|
Quickest fix: git fetch upstream main && git rebase upstream/main
rm uv.lock && uv lock
git add uv.lock && git rebase --continue
git push --force-with-leaseAutomated nudge — ignore if you're not ready to rebase. This comment is updated in place on future |
eeece9d to
3964e53
Compare
ac9f8a4 to
5caf588
Compare
5caf588 to
4a1408b
Compare
4a1408b to
08a1203
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.
What
Update Weaviate system example Dags for the Python client 4.16 vector configuration API.
The examples now use
vector_config/Configure.Vectorsinstead of the deprecatedvectorizer_config/Configure.Vectorizer, and explicitly useConfigure.Vectors.self_provided()where vectors are supplied by the Dag.The provider now requires
weaviate-client>=4.16.4,!=4.16.7to use the new APIwhile avoiding the documented 4.16.0-4.16.3 invalid-properties behavior and the
known 4.16.7 protobuf issue.
Was generative AI tooling used to co-author this PR?
{pr_number}.significant.rst, in airflow-core/newsfragments. You can add this file in a follow-up commit after the PR is created so you know the PR number.Important
🛠️ Maintainer triage note for @henry3260 · by
@potiuk· 2026-06-17 14:51 UTCHelpful heads-up from the maintainers — please address before this PR can be reviewed:
CI image checks / Static checks). Run them locally withprek run --all-files(orpre-commit run --all-files) and push the fixes.Additional CI image checks / Check that image builds quickly. Reproduce and fix locally, then push.The ball is in your court — you've been assigned to this PR. Fix the above, then mark it Ready for review.
Automated triage — may be imperfect; a maintainer takes the next look.