nickna / Neighborly

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

Implement Range Search Capability #20

Open nickna opened 1 month ago

nickna commented 1 month ago

Description:

Add range search functionality to Neighborly to enable retrieving all vectors within a specified distance from a query vector.

Tasks:

Resources:

Impact:

This feature will enhance Neighborly's capabilities, making it more versatile for various data analysis tasks.

How to Contribute:

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