-
Notifications
You must be signed in to change notification settings - Fork 500
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
[DOC] Default Model Id for Neural Sparse Search Query clause #6652
Comments
Merged
5 tasks
hdhalter
added
v2.13.0
1 - Backlog - DEV
Developer assigned to issue is responsible for creating PR.
and removed
untriaged
labels
Mar 12, 2024
Thanks, @zhichao-aws ! Will you be writing the doc PR for this? |
Sure, I'll create a PR for this. |
HI @zhichao-aws - do you have a doc PR for this? |
Will create one today |
1 task
PR created: #6725 |
hdhalter
added
2 - In progress
Issue/PR: The issue or PR is in progress.
and removed
1 - Backlog - DEV
Developer assigned to issue is responsible for creating PR.
labels
Mar 20, 2024
hdhalter
added
3 - Done
Issue is done/complete
and removed
2 - In progress
Issue/PR: The issue or PR is in progress.
labels
Mar 20, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What do you want to do?
Tell us about your request. Provide a summary of the request and all versions that are affected.
In 2.11 release, we introduce
neural_query_enricher
to support default model id in neural search (ref). In 2.13 release, we enhance the neural_query_enricher to enable it to support neural sparse query, too. (PR link). The API invokation works same as the neural query.Now we want to change existing documentation to inform users about this feature. We can modify the description of neural_query_enricher in
search-processors.md
andneural-query-enricher.md
to add neural sparse search. We can also add a section "## Setting a default model on an index or field" inneural-sparse-search.md
like the doc for semantic search (ref).What other resources are available? Provide links to related issues, POCs, steps for testing, etc.
related issues&PR:
#5060
opensearch-project/neural-search#614
#5121
The text was updated successfully, but these errors were encountered: