Installation
- Install the Python package with
pip install pgvector
Setup
-
The first step is to create a database with the
pgvector
extension installed. Follow the steps at PGVector Installation Steps to install the database and the extension. The docker image is the easiest way to get started.