-
Notifications
You must be signed in to change notification settings - Fork 60
Feat/raae 1094 add svs vamana implementation #404
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/raae 1094 add svs vamana implementation #404
Conversation
rbs333
left a comment
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.
This is good! I think let's add a recipe to the user guide and then we can talk more about the migration class in our 1:1
|
Nice! I think we should talk about migrations, but agree that in this case, for migrating a specific aspect of an index rather than more general schema migrations support, or data migrations, a recipe may be best. |
rbs333
left a comment
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.
Generally looks really good!
Left a few comments for tweaks but otherwise good. After the tweaks please post some screen shots of the new documentation changes in #applied-ai to see that other members of the team are good with them.
73d26af to
2e8ada8
Compare
Update minimum redis-py version from 6.2.0 to 6.4.0 to enable support for SVS-VAMANA vector indexing algorithm.
# Conflicts: # docs/user_guide/index.md
0fbcdc9 to
623b608
Compare
Adds first-class SVS-VAMANA support to redis-vl-python, including compression options, schema validation, Redis capability checks, docs, and tests.
Highlights
Requirements
Compatibility
Docs & Tests