-
Notifications
You must be signed in to change notification settings - Fork 62
Implement interface for unified hybrid search in Redis 8.4.0+ #447
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
Open
vishal-bala
wants to merge
35
commits into
main
Choose a base branch
from
feat/RAAE-1236/hybrid-search
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
51ce1e0
Abstract full-text query construction into helper class
vishal-bala 9b7283b
Remove unused imports
vishal-bala 99f9d99
Formatting
vishal-bala 527b024
Implement `HybridQuery` with tests
vishal-bala 6c0edd7
Implement vsim search method params and vsim filtering in `HybridQuery`
vishal-bala da2283e
Update `redisvl.query.aggregate.HybridQuery` deprecation message
vishal-bala 80f1927
Add support for combination methods and postprocessing
vishal-bala 9832369
Update hybrid search usage based on in-practice constraints
vishal-bala b691255
Update/fix existing tests
vishal-bala 4b3a1fe
Implement async hybrid search
vishal-bala 4d3ba70
Update docstrings
vishal-bala 093fbde
Update GH Actions test configuration to include Redis 8.4.0 and redis…
vishal-bala 1c0e77f
Update uv.lock
vishal-bala 6fdf59a
Python 3.9 compatibility fixes
vishal-bala 900073a
Fix method reference
vishal-bala e1e261d
Catch `ModuleNotFoundError` as well
vishal-bala cee1fba
Standardize test skip reason
vishal-bala cdba22f
Update expected number of results to hybrid search default
vishal-bala 3173502
Remove ambiguous `redisvl.query` import for `HybridQuery`
vishal-bala ecd5c1b
Update docs
vishal-bala bf87c6a
Update imports
vishal-bala e44c439
Fix test skipping logic (for Python 3.9 issues)
vishal-bala 7210aae
Re-add additional test skipping logic
vishal-bala 3b6ef3a
Oops missed one
vishal-bala 9c5fb4b
Remove deprecated `HybridQuery` class
vishal-bala 8d4e91d
Manage dependency logic for user guide notebook
vishal-bala 362fbf5
Make `hybrid_search` always available but validate and raise errors
vishal-bala eb8e3ae
Add warning note about inconsistent linear combination definitions be…
vishal-bala 5109c7a
Validate that `hybrid_search` method exists
vishal-bala 1a71bef
Fix error message check
vishal-bala 9acdaab
Add See Also references [skip ci]
vishal-bala eb49885
Ditch Redis 8.0.2 from testing matrix
vishal-bala d8accf5
Reflect query syntax in hybrid query docs note
vishal-bala 58e8da6
Document that default combination method is RRF
vishal-bala ca256e8
Update docs overview to show "Python >=3.9", not 3.8
vishal-bala File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.