An open API service indexing awesome lists of open source software.

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)

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



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)