You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the neural_query_enricher processor in a search pipeline allows you to set the default model_id for a neural query.
However, when trying to use a nested query containing a neural query (e.g. for chunked text embeddings), it still requires you to provide the model_id.
[HTTP/1.1 500 Internal Server Error]
{"error":{"root_cause":[{"type":"null_pointer_exception","reason":"modelId is marked non-null but is null"}],"type":"null_pointer_exception","reason":"modelId is marked non-null but is null"},"status":500}
Expected behavior
Expect a 200 response with search results
Additional Details
Plugins
ml
Host/Environment (please complete the following information):
Amazon OpenSearch 2.13
The text was updated successfully, but these errors were encountered:
Describe the bug
Using the
neural_query_enricher
processor in a search pipeline allows you to set the defaultmodel_id
for a neural query.However, when trying to use a nested query containing a neural query (e.g. for chunked text embeddings), it still requires you to provide the
model_id
.Related component
Search
To Reproduce
Expected behavior
Expect a 200 response with search results
Additional Details
Plugins
ml
Host/Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: