Skip to content
New issue

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

[DOC] k-NN Array support for Vector Field type #3171

Closed
1 of 4 tasks
naveentatikonda opened this issue Mar 2, 2023 · 2 comments
Closed
1 of 4 tasks

[DOC] k-NN Array support for Vector Field type #3171

naveentatikonda opened this issue Mar 2, 2023 · 2 comments
Assignees
Labels

Comments

@naveentatikonda
Copy link
Member

What do you want to do?

  • Request a change to existing documentation
  • Add new documentation
  • Report a technical problem with the documentation
  • Other

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

@Naarcha-AWS Naarcha-AWS added v2.7.0 1 - Backlog Issue: The issue is unassigned or assigned but not started and removed untriaged labels Mar 3, 2023
@Naarcha-AWS Naarcha-AWS added this to the v2.7 milestone Mar 3, 2023
@naveentatikonda
Copy link
Member Author

Closing this issue as we are not supporting this feature right now due to underlying limitations and this will not be included for v2.7.0

@hdhalter hdhalter added Closed - Duplicate or Cancelled Issue: Nothing to be done and removed 1 - Backlog Issue: The issue is unassigned or assigned but not started labels Mar 15, 2023
@hdhalter
Copy link
Contributor

Thanks so much for letting us know, @naveentatikonda !

@kolchfa-aws kolchfa-aws removed this from the v2.7 milestone Apr 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants