awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
K-Nearest Neighbor Retrieval · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesK-Nearest Neighbor Retrieval

Algorithms for executing searches to retrieve the K most relevant items.

Distinguishing note: Focuses on the retrieval logic for K-nearest neighbors.

Explore 1 awesome GitHub repository matching data & databases · K-Nearest Neighbor Retrieval. Refine with filters or upvote what's useful.

  1. Home
  2. Data & Databases
  3. K-Nearest Neighbor Retrieval

Awesome K-Nearest Neighbor Retrieval GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • facebookresearch/faiss

    facebookresearch/faiss

    39,135View on GitHub↗

    This project is a high-performance library designed for the similarity search and clustering of dense vectors across massive datasets. It functions as a vector similarity search engine, providing the necessary tools to organize complex numerical data into specialized structures that facilitate rapid retrieval and efficient querying of millions of records. The library distinguishes itself through a variety of advanced indexing and compression techniques, including hierarchical navigable small worlds for logarithmic time complexity and inverted file indexing to partition vector spaces into mana

    Executes searches against an indexed dataset to retrieve unique identifiers and distance scores for the most relevant vectors.

    C++
    39,135View on GitHub↗