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
Tell us about your request. Provide a summary of the request and all versions that are affected.
As per Neural search documentation page here, neural query can have this field called vector_field. However, running a search with this field causes this error:
[neural] query does not support [vector_field]
What other resources are available? Provide links to related issues, POCs, steps for testing, etc.
I didn't find any similar issues or much documentation around neural search query.
I have 3 vector fields for each document that I index. Think of a product with 3 description fields. When I query with a keyword, I want to query all 3 vector fields.
This is how my query looks like:
What do you want to do?
Tell us about your request. Provide a summary of the request and all versions that are affected.
As per Neural search documentation page here, neural query can have this field called vector_field. However, running a search with this field causes this error:
[neural] query does not support [vector_field]
What other resources are available? Provide links to related issues, POCs, steps for testing, etc.
I didn't find any similar issues or much documentation around neural search query.
I have 3 vector fields for each document that I index. Think of a product with 3 description fields. When I query with a keyword, I want to query all 3 vector fields.
This is how my query looks like:
And here is the response in OpenSearch Dashboard dev tools.
The text was updated successfully, but these errors were encountered: