# Dependencies for the throwaway pgvector feasibility spike (scripts/pgvector_spike.py).
# Kept out of the app's runtime deps on purpose — only the spike / M1.5 needs Postgres access.
# Install into a venv:  pip install -r scripts/requirements-spike.txt
psycopg[binary]==3.3.4
pgvector==0.4.2
