# Core dependencies for all examples
django>=4.2

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