nickna / Neighborly

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

Implement Data Import/Export Functionality #25

Closed nickna closed 3 weeks ago

nickna commented 1 month ago

Description:

Add functionality to import and export vector data in common formats such as CSV and JSON.

Tasks:

Resources:

Impact:

This functionality will make it easier for users to integrate Neighborly with their existing data workflows, enhancing its usability and versatility.

How to Contribute:

  1. Fork the repository and create a new branch for your changes.
  2. Implement the import/export functionality and integrate it into the framework.
  3. Ensure all new and existing tests pass.
  4. Submit a pull request with a detailed description of the changes.

Related to task #44

nickna commented 3 weeks ago

Thanks @hangy! I moved the Parquet feature to a separate task (#44)