We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Binary vectors are supported but data_type is not a property for KnnVector
I want data_type to be supported in the KnnVectorProperty in the Java Client so I can call GetIndex to verify the data_type of an index https://javadoc.io/doc/org.opensearch.client/opensearch-java/latest/org/opensearch/client/opensearch/_types/mapping/KnnVectorProperty.html
data_type
"vector": { "type": "knn_vector", "dimension": 1024, "data_type": "binary", "method": { "engine": "faiss", "space_type": "hamming", "name": "hnsw", "parameters": {} } }
Using generic client
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
I see it here in the API spec so codegen will pick it up with some more work.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Is your feature request related to a problem?
Binary vectors are supported but data_type is not a property for KnnVector
What solution would you like?
I want
data_type
to be supported in the KnnVectorProperty in the Java Client so I can call GetIndex to verify the data_type of an index https://javadoc.io/doc/org.opensearch.client/opensearch-java/latest/org/opensearch/client/opensearch/_types/mapping/KnnVectorProperty.htmlWhat alternatives have you considered?
Using generic client
Do you have any additional context?
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: