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

support alibaba cloud elasticsearch #418

Merged
merged 3 commits into from
Dec 11, 2024
Merged

Conversation

xingshaomin
Copy link
Contributor

Alibaba Cloud Elasticsearch is a fully managed cloud service that is developed based on open source Elasticsearch. This service is fully compatible with the features provided by open source Elasticsearch.

Alibaba Cloud Elasticsearch V8.0 and later provide the k-nearest neighbor (kNN) search feature. This feature can help you quickly use vector spaces to meet your business requirements in different search scenarios, such as image searching, video fingerprinting, facial recognition, speech recognition, and commodity recommendation. It uses the HNSW algorithm to support efficient kNN search. Like most kNN algorithms, HNSW is an approximate method that sacrifices result accuracy for improved search speed.

https://www.alibabacloud.com/help/en/es/use-cases/use-the-knn-search-feature-of-elasticsearch

@xingshaomin
Copy link
Contributor Author

/assign @XuanYang-cn

@alwayslove2013
Copy link
Collaborator

@xingshaomin This appears to be identical to the client implementation code of Elasticloud, with the only difference being the configuration. Could we consider directly importing it?

We have a similar case that can reference, the client implementations of Milvus and ZillizCloud, aiming to maximize code reuse where possible.

@xingshaomin
Copy link
Contributor Author

Thanks. I added a commit to reuse the code of Elasticloud.

@xingshaomin This appears to be identical to the client implementation code of Elasticloud, with the only difference being the configuration. Could we consider directly importing it?

We have a similar case that can reference, the client implementations of Milvus and ZillizCloud, aiming to maximize code reuse where possible.

@sre-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: alwayslove2013, xingshaomin
To complete the pull request process, please assign xuanyang-cn after the PR has been reviewed.
You can assign the PR to them by writing /assign @xuanyang-cn in a comment when ready.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@alwayslove2013 alwayslove2013 merged commit 854278a into zilliztech:main Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants