nickna / Neighborly

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

Add Support for Custom Distance Metrics #21

Open nickna opened 1 month ago

nickna commented 1 month ago

Description:

Enhance Neighborly by adding support for custom distance metrics in search algorithms, providing more flexibility for different use cases.

Tasks:

Resources:

Impact:

Support for custom distance metrics will make Neighborly more versatile and adaptable to various application requirements.

How to Contribute:

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