nickna / Neighborly

An open-source vector database
MIT License
9 stars 2 forks source link

Implement Approximate Nearest Neighbor (ANN) Search #23

Open nickna opened 1 month ago

nickna commented 1 month ago

Description:

Add Approximate Nearest Neighbor (ANN) search to Neighborly to balance speed and accuracy for large-scale vector searches.

Tasks:

Resources:

Impact:

ANN search will make Neighborly more efficient for large-scale applications, providing faster search results while maintaining acceptable accuracy.

How to Contribute:

  1. Fork the repository and create a new branch for your changes.
  2. Implement the ANN search algorithm.
  3. Ensure all new and existing tests pass.
  4. Submit a pull request with a detailed description of the changes.