Última atividade 1734013524

knox revisou este gist 1734013523. Ir para a revisão

1 file changed, 6 insertions

pgvector-3.sh(arquivo criado)

@@ -0,0 +1,6 @@
1 + set "PGROOT=C:\Program Files\PostgreSQL\16"
2 + cd %TEMP%
3 + git clone --branch v0.8.0 https://github.com/pgvector/pgvector.git
4 + cd pgvector
5 + nmake /F Makefile.win
6 + nmake /F Makefile.win install
Próximo Anterior