# Core
openai>=1.40.0
qdrant-client>=1.10.0
streamlit>=1.36.0

# Transcription (optional — only needed if TRANSCRIPTION_PROVIDER=assemblyai)
assemblyai>=0.27.0

# Local embeddings (optional — only needed if EMBEDDING_PROVIDER=huggingface)
# sentence-transformers>=3.0.0

# Server example (optional — required by examples/api_server.py)
fastapi>=0.111.0
uvicorn[standard]>=0.30.0
python-multipart>=0.0.9

# Dev / test
pytest>=8.0.0
