一、下載pg-vector安裝包 (按需安裝所欲要的版本)
安裝地址:
https://pgxn.org/dist/vector/0.7.3/
我安裝的是0.7.3版本
透過百度網盤分享的檔案:PgVector
連結:https://pan.baidu.com/s/1XKI6MSqOtVUW2VX_fzsERg
提取碼:sky1
二、管理員執行cmd執行以下語句
其中call後面的地址為vector解壓地址; set後面的16為安裝PostgreSQL的版本號 (請按實際場景替換)
點選檢視程式碼
call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat"
cd C:\Users\xxx\Downloads\vector-0.7.3
set "PGROOT=C:\Program Files\PostgreSQL\16"
nmake /F Makefile.win
nmake /F Makefile.win install