# Core dependencies for all examples
django>=4.2

# For hybrid search and RAG examples
django-cte>=3.0
httpx>=0.25
pgvector>=0.2
psycopg[binary]>=3.1
python-dotenv>=1.0
