Vector field types
Vector field types are used for vector search and similarity operations in OpenSearch. The following table lists all vetor field types that OpenSearch supports.
Field data type | Description |
---|---|
knn_vector | Indexes a dense vector for k-NN search and vector similarity operations. |
sparse_vector | Indexes a sparse vector for neural sparse ANN search. |