pgvector
Python library.
To connect to a PGVector instance, use the following statement:
host
: The host name or IP address of the postgres instance.port
: The port to use when connecting.database
: The database to connect to.user
: The user to connect as.password
: The password to use when connecting.distance
: It defines how the distance between vectors is calculated. Available methods include cosine (default), l1, l2, ip, hamming, jaccard. Learn more here.cd /tmp git clone --branch v0.4.4 https://github.com/pgvector/pgvector.git cd pgvector make make install
pgvector