Skip to content

Feat/search method study #24

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

Merged
merged 4 commits into from
Aug 11, 2025
Merged

Feat/search method study #24

merged 4 commits into from
Aug 11, 2025

Conversation

rbs333
Copy link
Collaborator

@rbs333 rbs333 commented Aug 4, 2025

Use a search study when you have an existing Redis index and want to quickly test different search methods against it without recreating the index or data. This is ideal for A/B testing search strategies or evaluating custom search methods on production data.

I'm realizing there are lots of cases where we might have a giant index that we want to quickly test a bunch of different search methods on but don't want to recreate the index etc.

This in mind added a new study type to the retrieval optimizer.

Copy link

@justin-cechmanek justin-cechmanek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏼

@rbs333 rbs333 merged commit 4a0c4de into main Aug 11, 2025
1 check passed
@rbs333 rbs333 deleted the feat/search_method_study branch August 11, 2025 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants