opened 12:22PM - 26 Apr 24 UTC
sweep
Documentation for Turbopuffer sdk: https://turbopuffer.com/docs/
Follow the… guidelines at [AI-Northstar-Tech/vector-io#adding-a-new-vector-database](https://github.com/AI-Northstar-Tech/vector-io#adding-a-new-vector-database) to implement support for Turbopuffer in Vector-io
Follow the additions in PR: https://github.com/AI-Northstar-Tech/vector-io/pull/77
## 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
not sure why it doesn’t proceed
kevin
May 6, 2024, 7:07pm
2
Looks like it went through the second time, not sure what happened the first time but thanks for reporting! Let me know if there’s anywhere else I can help.