nickna / Neighborly

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

Integrate with Machine Learning Framework: PyTorch #41

Open nickna opened 3 weeks ago

nickna commented 3 weeks ago

Description:

Enhance Neighborly by providing seamless integration PyTorch for embedding and retrieving vector representations.

Tasks:

Resources:

Impact:

These integrations will allow users to utilize powerful pre-trained models for generating vector embeddings, significantly enhancing Neighborly's utility in machine learning applications.

How to Contribute:

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