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

Update k-NN documentation for faiss support feature #280

Merged
merged 7 commits into from
Nov 23, 2021

Conversation

jmazanec15
Copy link
Member

Description

This PR adds documentation update for k-NN's faiss support feature. For more information on faiss feature, please checkout the RFC. This feature is for 1.2.

Overall, the major changes are that:

  1. We added support for the faiss library and some of its ANN algorithms
  2. We added support for ANN algorithms that require training through the concept of models
  3. Switched reference of graphs to native library indices

With this, we added a few additional stats and settings.

Check List

  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@jmazanec15 jmazanec15 requested a review from a team as a code owner November 16, 2021 23:14
@keithhc2 keithhc2 added upcoming release Don't merge until the version or feature is available v1.2.0 labels Nov 17, 2021
@keithhc2 keithhc2 merged commit 3a147fa into opensearch-project:main Nov 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upcoming release Don't merge until the version or feature is available v1.2.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants