Regen REST model for StrictModeConfig output type#916
Closed
Conversation
✅ Deploy Preview for poetic-froyo-8baba7 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
agourlay
commented
Mar 5, 2025
| sparse_config: Optional["StrictModeSparseConfig"] = Field(default=None, description="Sparse vector configuration") | ||
|
|
||
|
|
||
| class StrictModeConfigOutput(BaseModel): |
agourlay
commented
Mar 5, 2025
| max_vectors: Optional[int] = Field(default=None, description="Max number of vectors in a multivector") | ||
|
|
||
|
|
||
| class StrictModeMultivectorOutput(BaseModel): |
agourlay
commented
Mar 5, 2025
| max_length: Optional[int] = Field(default=None, description="Max length of sparse vector") | ||
|
|
||
|
|
||
| class StrictModeSparseOutput(BaseModel): |
39aed3c to
260ecca
Compare
260ecca to
a633e61
Compare
agourlay
commented
Mar 5, 2025
|
|
||
| cd $(mktemp -d) | ||
|
|
||
| git clone --sparse --filter=blob:none --depth=1 -b dev git@github.com:qdrant/qdrant.git |
Member
Author
There was a problem hiding this comment.
TODO revert once core PR merged in dev
Member
Author
|
I can't even run that inspection script locally. Here is the flamegraph. |
Member
Author
Member
Author
|
I might have a fix for it in #919 Will rebase this one if it works out 🤞 |
Member
|
These changes have been added to dev from another PR #924 |
Member
Author
|
Thanks! |
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.
Regen REST client for new
StrictModeConfigoutput typesqdrant/qdrant#6114