Table of Contents
pip install pgvector-haystack
Ensure that you have a PostgreSQL running with the pgvector
extension. For a quick setup using Docker, run:
docker run -d -p 5432:5432 -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=postgres -e POSTGRES_DB=postgres ankane/pgvector
then run the tests:
hatch run test
To run the coverage report:
hatch run cov
pgvector-haystack
is distributed under the terms of the Apache-2.0 license.