An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# `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](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 │
╰────────────────────────────────────────────────────────────────────────╯
```