Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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