# 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
create extension vector
SELECT extname,extrelocatable,extversion FROM pg_extension where extname='vector'