-
Notifications
You must be signed in to change notification settings - Fork 276
Closed
Description
Java API client version
8.17.1
Java version
17
Elasticsearch Version
8.17.1
Problem description
KnnSearch.Builder miss option to pass Byte vector as queryVector parameter.
If a Byte vector is converted to a Float vector, I get the following error:
co.elastic.clients.elasticsearch._types.ElasticsearchException: [es/search] failed: [search_phase_execution_exception] all shards failed
The same request via curl with vector elements as bytes goes through without any issue.
The index is created in the same way as described in the documentation
Metadata
Metadata
Assignees
Labels
No labels