transformers vs pgvector
A neutral, constraint-first comparison - live GitHub stats and typed relationships, not marketing.
| transformers | pgvector | |
|---|---|---|
| Tagline | 🤗 Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, | Open-source vector similarity search for Postgres |
| Stars | 162k | 22k |
| Forks | 34k | 1.2k |
| Open issues | 2.5k | 14 |
| Language | Python | C |
| License | Apache-2.0 | Other |
| Last pushed | Jul 7, 2026 | Jul 2, 2026 |
| Categories | Model Training, Inference & Serving, LLM Frameworks | Vector Databases |
transformers
🤗 Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models,
Python
pgvector
pgvector offers exact and approximate nearest neighbor search using various distance measures like L2, inner product, and Jaccard distance. It is compatible with single-precision, half-precision, binary, and sparse vectors.
C