https://github.com/andreiramani/pgvector_pgsql_windows
pgvector - a PostgreSQL extension (native compiled in Microsoft Windows environment)
https://github.com/andreiramani/pgvector_pgsql_windows
llm nlp pgsql pgvector plsql postgresql rag vector vector-database
Last synced: about 2 months ago
JSON representation
pgvector - a PostgreSQL extension (native compiled in Microsoft Windows environment)
- Host: GitHub
- URL: https://github.com/andreiramani/pgvector_pgsql_windows
- Owner: andreiramani
- Created: 2024-08-05T06:50:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-27T06:22:22.000Z (3 months ago)
- Last Synced: 2025-11-29T22:49:16.177Z (3 months ago)
- Topics: llm, nlp, pgsql, pgvector, plsql, postgresql, rag, vector, vector-database
- Homepage:
- Size: 2.28 MB
- Stars: 53
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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
3. Run this query to check if the extension is enable (t)
SELECT extname,extrelocatable,extversion FROM pg_extension where extname='vector'
Contributor compiler: vjivandro (v0.7.3, v0.7.4), andreiramani (v0.8.0, v0.8.1)
[](https://star-history.com/#andreiramani/pgvector_pgsql_windows&Date)