Open
Description
Follow the guidelines at https://github.com/AI-Northstar-Tech/vector-io#adding-a-new-vector-database to implement support for Weaviate in Vector-io
Join the Discord server for the library at https://discord.gg/RZbXha62Fg, and ask any questions on the #vector-io-dev channel.
Checklist of features for completion
- Add mapping of distance metric names
- Support local and cloud instances
- Automatically create Python classes for index being exported
- Export
- Get all indexes by default
- Option to Specify index names to export
- DB-specific command line options (make_parser)
- Allow input on terminal for each option above (via input() in python) export_vdb
- Handle multiple vectors per row
- Import
- DB-specific command line options (make_parser)
- Handle multiple vectors per row
- Allow input on terminal for each option above (via input() in python) export_vdb