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

[FEATURE] Support for Appoximate k-NN search #675

Closed
lucebert opened this issue Oct 18, 2023 · 2 comments
Closed

[FEATURE] Support for Appoximate k-NN search #675

lucebert opened this issue Oct 18, 2023 · 2 comments
Labels
enhancement New feature or request untriaged

Comments

@lucebert
Copy link

Is your feature request related to a problem?

I am currently using the official OpenSearch Java SDK for my project, and I realized that it does not support the Approximate k-NN search feature.

What solution would you like?

I would like the Java SDK to provide support for the Approximate k-NN search. This would enable me to perform k-NN operations directly from the SDK without having to make raw API calls or use other workarounds.

What alternatives have you considered?

I have considered using raw API calls as a workaround, but it would be much more efficient and cleaner to have this functionality built directly into the SDK.

Do you have any additional context?

Please refer to the official OpenSearch documentation on Approximate k-NN search for more information on this feature.

@lucebert lucebert added enhancement New feature or request untriaged labels Oct 18, 2023
@lucebert lucebert changed the title [FEATURE] [FEATURE] Support for Appoximate k-NN search Oct 18, 2023
@dblock
Copy link
Member

dblock commented Oct 18, 2023

I think you mean opensearch-java, moving this to that project. Then I think the client does actually support ANN, see #584 and #539. What's missing?

@dblock dblock transferred this issue from opensearch-project/opensearch-sdk-java Oct 18, 2023
@lucebert
Copy link
Author

Indeed, I was reviewing both projects and mistakenly intended to address this issue in the opensearch-sdk-java. My apologies. I might consider transitioning to opensearch-java.

@lucebert lucebert closed this as not planned Won't fix, can't repro, duplicate, stale Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request untriaged
Projects
None yet
Development

No branches or pull requests

2 participants