SaaSHub helps you find the best software and product alternatives Learn more →
Pgvector Alternatives
Similar projects and alternatives to pgvector
-
supabase
The open source Firebase alternative. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
ollama
Get up and running with Llama 3.3, DeepSeek-R1, Phi-4, Gemma 3, and other large language models.
-
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/
-
Milvus
Milvus is a high-performance, cloud-native vector database built for scalable vector ANN search
-
-
Weaviate
Weaviate is an open-source vector database that stores both objects and vectors, allowing for the combination of vector search with structured filtering with the fault tolerance and scalability of a cloud-native database​.
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
canopy
Discontinued Retrieval Augmented Generation (RAG) framework and context engine powered by Pinecone
-
-
-
pgvecto.rs
Scalable, Low-latency and Hybrid-enabled Vector Search in Postgres. Revolutionize Vector Search, not Database.
-
-
pgai
A suite of tools to develop RAG, semantic search, and other AI applications more easily with PostgreSQL
-
-
-
pgvectorscale
A complement to pgvector for high performance, cost efficient vector search on large workloads.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
pgvector discussion
pgvector reviews and mentions
-
AI Database Creation with an AWS Scalable Vector Database
- AWS OpenSearch k-NN Documentation - Facebook FAISS Library - PostgreSQL pgvector
-
Modern Web Development Sucks? How PostgreSQL Can Replace Your Tech Stack
Just install pgvector and store embeddings directly in PostgreSQL:
-
Vector Search Demystified: A Guide to pgvector, IVFFlat, and HNSW
pgvector GitHub Repository – Official documentation and setup instructions.
-
Netflix But better
pgvector
-
Install pgvector on Windows
git clone https://github.com/pgvector/pgvector.git
-
TimescaleDB in 2024: Making Postgres Faster
If I had to summarize 2024 for Timescale, I’d call it the year of Postgres for AI. From game-changing open-source launches like pgvectorscale (a performance booster for large production vector workloads with PostgreSQL + pgvector) to pgai (which integrates Postgres with LLMs for AI app development), we pushed the boundaries of what developers can achieve with Postgres. But AI wasn’t the only story. TimescaleDB’s time-series capabilities also evolved dramatically during 2024, making Postgres even faster for real-time analytics.
-
Building a Semantic Search Engine with OpenAI, Go, and PostgreSQL (pgvector)
pgvector extension installed in PostgreSQL. (See pgvector’s GitHub page for installation instructions.)
-
Semantic Search Feature
pg-vector is the opposite. It's widely used and is a Postgres extension. When it comes to Postgres, I think of Supabase, which offers free usage. Supabase has pg-vector integrated, and activation is just a click away, making it a great choice.
-
Everyone Uses Postgres… But Why?
No matter whether we are talking about custom data types, another in-memory processes, or AI use cases, Postgres can be tuned to support new scenarios. When some new requirement comes into play, we don’t need to start from scratch but we just need to extend PostgreSQL with an extension. Postgres is ready for whatever the future brings.
-
CoffeeShop App Infused with AI - Intelligent Apps Development
The technologies used to implement semantic search in this scenario are pgvector, and its .NET packages. We use the cosine distance searching which is supported by pgvector extension.
-
A note from our sponsor - SaaSHub
www.saashub.com | 23 Mar 2025
Stats
pgvector/pgvector is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of pgvector is C.