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