Skip to content
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

[FEATURE] Support default search pipeline when create index for hybrid search #1208

Open
PiaopiaoZheng opened this issue Sep 24, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@PiaopiaoZheng
Copy link

Is your feature request related to a problem?

  • I use hybrid search including boolean query and neural query.
  • And I also use Multi-search to search multi items in one request, but MsearchRequest still doesn't support to set the search pipeline.
  • As the Default search pipeline doc mentioned, I could set a default search pipeline with weights when create knn index.
  • I can't set the weights for hybrid search if I use Multi-search.

What solution would you like?

Can we support to add default search pipeline in open search client as the following API behavior?

PUT /my_index/_settings 
{
  "index.search.default_pipeline" : "my_pipeline"
}
@PiaopiaoZheng PiaopiaoZheng added enhancement New feature or request untriaged labels Sep 24, 2024
@Xtansia Xtansia removed the untriaged label Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants