-
Notifications
You must be signed in to change notification settings - Fork 53
Renames HybridQuery to AggregateHybridQuery #112
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
Conversation
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.
Pull Request Overview
This PR updates the class name from HybridQuery to AggregateHybridQuery throughout the vector search tutorial notebooks, aligning with a renamed class in the RedisVL library.
- Updated all imports and instantiations of
HybridQueryto useAggregateHybridQuery - Updated documentation, comments, and markdown cells to reference the new class name
- Ensured consistency across both affected notebooks
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| python-recipes/vector-search/02_hybrid_search.ipynb | Updated all 13 references from HybridQuery to AggregateHybridQuery in documentation, code examples, and markdown cells |
| python-recipes/vector-search/01_redisvl.ipynb | Updated 2 references from HybridQuery to AggregateHybridQuery in import statement and class instantiation |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Probably on your checklist but we will need to change the pin version for redisvl in this notebook for the new release otherwise it'll bomb on import.
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.
Pull Request Overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <[email protected]>
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.
Pull Request Overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
abrookins
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.
LGTM!
No description provided.