Skip to content

opensearch-project/k-NN

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

23c9268 Â· Dec 3, 2024
Dec 3, 2024
Jul 30, 2024
Nov 6, 2023
Feb 18, 2022
Nov 6, 2023
Sep 12, 2024
Jul 29, 2024
Dec 3, 2024
Sep 27, 2024
Sep 11, 2024
Dec 2, 2024
Aug 4, 2020
Aug 30, 2024
Oct 22, 2021
Jan 6, 2022
Jun 23, 2021
Sep 20, 2024
Apr 16, 2021
Mar 13, 2023
Aug 29, 2024
Oct 26, 2022
May 16, 2024
Nov 10, 2021
Oct 10, 2022
Apr 18, 2022
Sep 10, 2021
May 15, 2024
Jul 30, 2024
Sep 24, 2024
Jul 28, 2022
Nov 6, 2023
May 3, 2023
May 12, 2022
Apr 3, 2024

Repository files navigation

Build and Test k-NN codecov Documentation Chat PRs welcome!

OpenSearch k-NN

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

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 and the MIT licensed Faiss library. 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. For more information see the Code of Conduct FAQ, or contact opensource-codeofconduct@amazon.com with any additional questions or comments.

License

This project is licensed under the Apache v2.0 License.

Copyright

Copyright OpenSearch Contributors. See NOTICE for details.