Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 897 Bytes

File metadata and controls

18 lines (12 loc) · 897 Bytes

pgvector-haystack

PyPI - Version PyPI - Python Version


Refer to the general Contribution Guidelines.

To run integration tests locally, you need to have a PostgreSQL DB running with the pgvector extension. You can start it using Docker:

docker run -d -p 5432:5432 -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=postgres -e POSTGRES_DB=postgres pgvector/pgvector:pg17