# Minimal dependencies for the chunk-index Cloud Run service.
# Mirrors preprocess_service: avoids google-adk, bigframes, kfp, and
# anything else not needed for chunking + VS2 indexing.

# HTTP server
fastapi>=0.115.8,<1.0.0
uvicorn~=0.34.0

# Google Cloud
google-genai
google-cloud-vectorsearch
google-api-core>=2.0.0

# Chunking
langchain-text-splitters

# Utilities
python-dotenv>=1.0.0
