#1 · Primary category: Vector Databases
supabase
The Postgres development platform. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.
Project last updated:08/29/26
GitHub Stars
108.6K
Forks
13.7K
Contributors
2.0K
License
Apache-2.0
Why we included this project
Supabase is a good fit when you want semantic search without running a second database. It keeps Postgres as the core and adds the pgvector extension, so embeddings sit in the same tables as your relational data and you can filter them with the SQL you already know. The bundled AI toolkit handles the rest of the pipeline, from generating vectors through OpenAI, Hugging Face, or LangChain to running similarity queries, and a Python client makes managing collections straightforward. Since auth, realtime subscriptions, edge functions, and file storage ship alongside the database, a full-stack app can grow in one place rather than being assembled from half a dozen services. It is also self-hostable, which matters for teams that want the same stack on their own infrastructure.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
tidb
TiDB is built for agentic workloads that grow unpredictably, with ACID guarantees and native support for transactions, analytics, and vector search. No data silos. No noisy neighbors. No infrastructure ceiling.
milvus
Milvus is a high-performance, cloud-native vector database built for scalable vector ANN search
qdrant
Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also available in the cloud https://cloud.qdrant.io/
chroma
Search infrastructure for AI
doris
Apache Doris is a real-time analytics and hybrid search database for AI agents.