Skip to main content

An integration of pgvector (vector search extension for Postgres) with Haystack

Project description

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 ankane/pgvector

then run the tests:

hatch run test

To run the coverage report:

hatch run cov

License

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pgvector_haystack-0.1.0.tar.gz (20.7 kB view hashes)

Uploaded Source

Built Distribution

pgvector_haystack-0.1.0-py3-none-any.whl (16.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page