[v1.16.0] add into_vector interface for VectorOutput#237
Merged
Conversation
Anush008
reviewed
Aug 29, 2025
Member
Author
I think yes, we already use builders for those, so the transition should be even easier |
Member
Author
|
It would depend on qdrant/qdrant#7185 unfortunately though |
f9dab20 to
38b4a87
Compare
timvisee
approved these changes
Nov 12, 2025
timvisee
added a commit
that referenced
this pull request
Nov 12, 2025
* add into_vector interface for VectorOutput * fix clippy * Also deprecated vector input fields * Bump deprecation notice --------- Co-authored-by: timvisee <tim@visee.me>
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.
VectorOutputfield contains deprecated vector representation of fieldsdata,indicesandvectors_count. We want to switch it tooneof vectorfield, which is more extendable and easier to work.In order to do it nicely, we need to do it in several steps: