Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 940 Bytes

File metadata and controls

36 lines (24 loc) · 940 Bytes

pgvector-haystack

PyPI - Version PyPI - Python Version


Table of Contents

Installation

pip install pgvector-haystack

Testing

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 pgvector/pgvector:pg17

then run the tests:

hatch run test:all

License

pgvector-haystack is distributed under the terms of the Apache-2.0 license.