pgvector
python library to make use of the vector data type in postgres created from the pgvector extension
The required arguments to establish a connection are the same as a regular postgres connection:
host
: the host name or IP address of the postgres instanceport
: the port to use when connectingdatabase
: the database to connect touser
: the user to connect aspassword
: the password to use when connectingcd /tmp git clone --branch v0.4.4 https://github.com/pgvector/pgvector.git cd pgvector make make install
pgvector