https://github.com/opensearch-project/k-NN
🆕 Find the k-nearest neighbors (k-NN) for your vector data
https://github.com/opensearch-project/k-NN
Last synced: about 1 year ago
JSON representation
🆕 Find the k-nearest neighbors (k-NN) for your vector data
- Host: GitHub
- URL: https://github.com/opensearch-project/k-NN
- Owner: opensearch-project
- License: apache-2.0
- Created: 2021-04-02T17:41:49.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T04:03:21.000Z (over 1 year ago)
- Last Synced: 2024-10-24T11:49:03.799Z (over 1 year ago)
- Language: Java
- Homepage: https://opensearch.org/docs/latest/search-plugins/knn/index/
- Size: 39.2 MB
- Stars: 155
- Watchers: 25
- Forks: 114
- Open Issues: 123
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-vector-databases - k-NN plugin - An OpenSearch plugin that expands its capabilities with the custom `knn_vector` data type, enabling storage of embeddings and providing methods for k-NN similarity searches, including Approximate k-NN, Script Score k-NN, and Painless extensions. ([Read more](/details/k-nn-plugin.md)) `OpenSearch` `k-NN` `vector search` (Vector Database Extensions)
README
[](https://github.com/opensearch-project/k-NN/actions/workflows/CI.yml)
[](https://codecov.io/gh/opensearch-project/k-NN)
[](https://opensearch.org/docs/search-plugins/knn/index/)
[](https://forum.opensearch.org/c/plugins/k-nn/48)

# OpenSearch k-NN
- [Welcome!](#welcome)
- [Project Resources](#project-resources)
- [Credits and Acknowledgments](#credits-and-acknowledgments)
- [Code of Conduct](#code-of-conduct)
- [License](#license)
- [Copyright](#copyright)
## Welcome!
**OpenSearch k-NN** enables you to run the nearest neighbor search on billions of documents across thousands of dimensions with the same ease as running any regular OpenSearch query. You can use aggregations and filter clauses to further refine your similarity search operations. k-NN similarity search powers use cases such as product recommendations, fraud detection, image and video search, related document search, and more.
## Project Resources
* [Project Website](https://opensearch.org/)
* [Downloads](https://opensearch.org/downloads.html).
* [Documentation](https://opensearch.org/docs/search-plugins/knn/index/)
* Need help? Try the [Forum](https://forum.opensearch.org/c/plugins/k-nn/48)
* [Project Principles](https://opensearch.org/#principles)
* [Contributing to OpenSearch k-NN](CONTRIBUTING.md)
* [Maintainer Responsibilities](MAINTAINERS.md)
* [Release Management](RELEASING.md)
* [Admin Responsibilities](ADMINS.md)
* [Security](SECURITY.md)
## Credits and Acknowledgments
This project uses two similarity search libraries to perform Approximate Nearest Neighbor Search: the Apache 2.0-licensed [Non-Metric Space Library](https://github.com/nmslib/nmslib/) and the MIT licensed [Faiss library](https://github.com/facebookresearch/faiss). Thank you to all who have contributed to those projects including Bilegsaikhan Naidan, Leonid Boytsov, Yury Malkov and David Novak for nmslib and Hervé Jégou, Matthijs Douze, Jeff Johnson and Lucas Hosseini for Faiss.
## Code of Conduct
This project has adopted the [Amazon Open Source Code of Conduct](CODE_OF_CONDUCT.md). For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq), or contact [opensource-codeofconduct@amazon.com](mailto:opensource-codeofconduct@amazon.com) with any additional questions or comments.
## License
This project is licensed under the [Apache v2.0 License](LICENSE.txt).
## Copyright
Copyright OpenSearch Contributors. See [NOTICE](NOTICE.txt) for details.