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.
Like OpenSearch, add array support to k-NN vector field type.
For Example - Let us assume testindex is a k-NN index and my_vector1 is a field of knn_vector field type having dimension as 3. Here, we are trying to ingest a document into that index using array of vectors (array of arrays).
PUT testindex/_doc/1
{
"my_vector1": [[1, 2, 3], [4,5,6], [7,8,9]]
}
What other resources are available? Provide links to related issues, POCs, steps for testing, etc.
GitHub Issue - opensearch-project/k-NN#675
The text was updated successfully, but these errors were encountered:
What do you want to do?
Tell us about your request. Provide a summary of the request and all versions that are affected.
Like OpenSearch, add array support to k-NN vector field type.
For Example - Let us assume
testindex
is a k-NN index andmy_vector1
is a field ofknn_vector
field type having dimension as 3. Here, we are trying to ingest a document into that index using array of vectors (array of arrays).What other resources are available? Provide links to related issues, POCs, steps for testing, etc.
GitHub Issue - opensearch-project/k-NN#675
The text was updated successfully, but these errors were encountered: