# pgvector_pgsql_windows **Repository Path**: guaoran/pgvector_pgsql_windows ## Basic Information - **Project Name**: pgvector_pgsql_windows - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-05 - **Last Updated**: 2026-01-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # [pgvector](https://github.com/pgvector/pgvector) binary compile, Microsoft Windows x64, PostgreSQL
***** Unofficial release *****
Intended for individuals who encountered difficulties in compiling.

See releases for available version

How to's v0.8.x:
1. Check readme.txt (inside archive)

How to's v0.7.3, v0.7.4:
1. Extracted zip file to "[pg_installed folder]\share\extension\"
2. Activate extension with create extension vector
Screenshot made with Navicat Premium

3. Run this query to check if the extension is enable (t)
SELECT extname,extrelocatable,extversion FROM pg_extension where extname='vector'
Screenshot made with Navicat Premium


Contributor compiler: vjivandro (v0.7.3, v0.7.4), andreiramani (v0.8.0, v0.8.1)

[![Star History Chart](https://api.star-history.com/svg?repos=andreiramani/pgvector_pgsql_windows&type=Date)](https://star-history.com/#andreiramani/pgvector_pgsql_windows&Date)