Conversation
rbs333
reviewed
Oct 14, 2025
Collaborator
rbs333
left a comment
There was a problem hiding this comment.
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
Collaborator
|
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
reviewed
Oct 20, 2025
Collaborator
rbs333
left a comment
There was a problem hiding this comment.
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
rbs333
approved these changes
Oct 21, 2025
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
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.
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