# Ragiment — rag-standard requirements
# Generated by ragiment.dev

# Core
PyYAML>=6.0
pypdf>=4.0
python-docx>=1.1
beautifulsoup4>=4.12
rank-bm25>=0.2
sentence-transformers>=3.0

# LLM + embedding model SDKs
openai>=1.0

chromadb>=0.5

# Evaluation
requests>=2.32

# API server (serve.py) + local .env loading + eval suite
fastapi>=0.110
uvicorn[standard]>=0.29
pydantic>=2.0
python-dotenv>=1.0
requests>=2.32
