LanceDB
Multimodal, embedded OSS vector DB with columnar storage and zero-copy queries.
- License
- Apache-2.0
- Install
- pip package
- Website
- https://lancedb.com
- GitHub
- https://github.com/lancedb/lancedb
pip install lancedb
pgvector
Vector similarity search as a PostgreSQL extension. The 'boring tech' pick for RAG.
- License
- PostgreSQL
- Install
- external link
- Website
- https://github.com/pgvector/pgvector
- GitHub
- https://github.com/pgvector/pgvector
https://github.com/pgvector/pgvector#installation
When to reach for which
LanceDB — Multimodal, embedded OSS vector DB with columnar storage and zero-copy queries.
pgvector — Vector similarity search as a PostgreSQL extension. The 'boring tech' pick for RAG.
Both sit in the Vector Databases category — they're substitutes, not complements. Pick by your install constraint (MCP-native, license, hosting model) and which tag overlap matters most to your stack.