Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for pgvector #54

Open
13 tasks
dhruv-anand-aintech opened this issue Feb 17, 2024 · 0 comments
Open
13 tasks

Add support for pgvector #54

dhruv-anand-aintech opened this issue Feb 17, 2024 · 0 comments
Assignees
Labels
good first issue Good for newcomers

Comments

@dhruv-anand-aintech
Copy link
Member

dhruv-anand-aintech commented Feb 17, 2024

Follow the guidelines at https://github.com/AI-Northstar-Tech/vector-io#adding-a-new-vector-database to implement support for PGVector 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

PGVector python client documentation: https://github.com/pgvector/pgvector-python

For any questions, contact @dhruv-anand-aintech on Linkedin (https://www.linkedin.com/in/dhruv-anand-ainorthstartech/)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants