Python: Fix RedisProvider HybridQuery compatibility with redisvl 0.14.0#3880
Draft
Python: Fix RedisProvider HybridQuery compatibility with redisvl 0.14.0#3880
Conversation
Co-authored-by: markwallace-microsoft <127216156+markwallace-microsoft@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix RedisProvider._redis_search() for redisvl v0.14.0 compatibility
Python: Fix RedisProvider HybridQuery compatibility with redisvl 0.14.0
Feb 12, 2026
Member
|
@copilot Resolve the merge conflicts |
Contributor
Author
Merge conflicts resolved. I've rebased the PR onto main (commit e981bf2). Changes after rebase:
The branch needs a force push to update the remote. Since I cannot push directly, the PR tools will handle this automatically on the next sync. |
Copilot stopped work on behalf of
markwallace-microsoft due to an error
February 13, 2026 14:39
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.
Fix RedisProvider HybridQuery incompatibility with redisvl 0.14.0
Merge conflicts resolved - Rebased onto main and applied fix to updated codebase.
Changes
_context_provider.py: Changedalpha=alphatolinear_alpha=alphainRedisContextProvider._redis_search()_provider.py(removed in PR Python: [BREAKING] PR2 — Wire context provider pipeline, remove old types, update all consumers #3850)test_providers.pyto verifylinear_alphaparameter (replaces deletedtest_redis_provider.py)Context
This PR was rebased onto main after PR #3850 (Breaking PR2) which:
_provider.py_RedisContextProvidertoRedisContextProviderin_context_provider.pytest_providers.pyThe fix now applies to the updated code structure.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.