andreiramani/pgvector_pgsql_windows
pgvector - a PostgreSQL extension (native compiled in Microsoft Windows environment)
This helps developers integrate vector search capabilities into their PostgreSQL databases running on Microsoft Windows. It provides pre-compiled binaries of the pgvector extension, eliminating the complex manual compilation process. Developers can simply install these files to enable their PostgreSQL database to store and query vector embeddings, which are crucial for AI-powered features like semantic search or recommendation systems.
Use this if you are a developer setting up pgvector on a Windows-based PostgreSQL server and want to avoid the intricate process of compiling the extension yourself.
Not ideal if you are using PostgreSQL on a non-Windows operating system, or if you prefer to compile pgvector from source code for specific customization.
Stars
96
Forks
14
Language
—
License
—
Category
Last pushed
Mar 03, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/vector-db/andreiramani/pgvector_pgsql_windows"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
tensorchord/VectorChord
Scalable, fast, and disk-friendly vector search in Postgres, the successor of pgvecto.rs.
tensorchord/vechord
Turn PostgreSQL into your search engine in a Pythonic way.
postgresml/postgresml
Postgres with GPUs for ML/AI apps.
soulteary/portable-docker-app
🎩 Magic in Pocket / 🪄 口袋里的“魔法”.
tensorchord/pgvecto.rs
Scalable, Low-latency and Hybrid-enabled Vector Search in Postgres. Revolutionize Vector Search,...