docs: add scalar quantization code examples #3322#2177
Open
mimundoenunlapiz0610-cmd wants to merge 1 commit intoqdrant:masterfrom
Open
docs: add scalar quantization code examples #3322#2177mimundoenunlapiz0610-cmd wants to merge 1 commit intoqdrant:masterfrom
mimundoenunlapiz0610-cmd wants to merge 1 commit intoqdrant:masterfrom
Conversation
This PR addresses the missing code examples for Scalar Quantization as requested in issue #3322. I have added practical implementation examples for both Python and Java SDKs. The examples specifically include the quantile parameter configuration, which is crucial for balancing search precision and memory usage in production environments. - Python: Added models.ScalarQuantization with quantile and always_ram parameters. - Java: Added QuantizationConfig using the grpc builder pattern, including setQuantile and setAlwaysRam. Closes #3322 /claim #3322
✅ Deploy Preview for condescending-goldwasser-91acf0 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Author
|
As requested, here is the demo video showing the Scalar Quantization implementation for both Python and Java SDKs. Video: https://drive.google.com/file/d/167hYrVbsgptFJ1zvvCal0IcFkqV7SXTw/view?usp=drivesdk This addresses all requirements for issue #3322. |
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.
This PR addresses the missing code examples for Scalar Quantization as requested in issue #3322.
I have added practical implementation examples for both Python and Java SDKs. The examples specifically include the quantile parameter configuration, which is crucial for balancing search precision and memory usage in production environments.
Closes #3322
/claim #3322