https://github.com/supabase-community/vec2pg
Migrate vector workloads to Postgres
https://github.com/supabase-community/vec2pg
pinecone postgres python qdrant supabase
Last synced: 6 months ago
JSON representation
Migrate vector workloads to Postgres
- Host: GitHub
- URL: https://github.com/supabase-community/vec2pg
- Owner: supabase-community
- License: postgresql
- Created: 2024-05-21T14:55:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-03T02:14:38.000Z (11 months ago)
- Last Synced: 2024-11-06T11:15:54.440Z (11 months ago)
- Topics: pinecone, postgres, python, qdrant, supabase
- Language: Python
- Homepage: https://supabase-community.github.io/vec2pg/
- Size: 4.37 MB
- Stars: 33
- Watchers: 8
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# `vec2pg`
---
**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](https://supabase.com) with Pgvector.
Supported data sources include:
- [Pinecone](https://docs.pinecone.io/home)
- [Qdrant](https://qdrant.tech/)
- [Vote for others](https://github.com/supabase-community/vec2pg/issues/6)## 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 │
╰────────────────────────────────────────────────────────────────────────╯
```