Skip to content

supabase-community/vec2pg

Repository files navigation

vec2pg

Test Status Pre-commit Status Python version PostgreSQL version

License PyPI version Codestyle Black Download count


Documentation: https://supabase-community.github.io/vec2pg

Source Code: https://github.com/supabase-community/vec2pg


vec2pg is a CLI tool for migrating data from third-party vector databases to Supabase with Pgvector.

Supported data sources include:

Usage

vec2pg --help
 Usage: vec2pg [OPTIONS] COMMAND [ARGS]...                                                                               
                                                                                                                         
╭─ Options ──────────────────────────────────────────────────────────────╮
│ --install-completion          Install completion for the current shell.│
│ --show-completion             Show completion for the current shell    │
│ --help                        Show this message and exit.              │
╰────────────────────────────────────────────────────────────────────────╯
╭─ Commands ─────────────────────────────────────────────────────────────╮
│ pinecone                      Move data from Pinecone to Supabase      │
│ qdrant                        Move data from Qdrant to Supabase        │
╰────────────────────────────────────────────────────────────────────────╯