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

# LangChain core
langchain>=0.3
langchain-core>=0.3
langchain-community>=0.3
PyYAML>=6.0

# LLM + embedding model SDKs
langchain-openai>=0.2

langchain-qdrant>=0.2
qdrant-client>=1.9

# Hybrid retrieval (BM25 + reranking)
rank-bm25>=0.2
flashrank>=0.2.9

# Document loading
pypdf>=4.0
python-docx>=1.1
beautifulsoup4>=4.12
unstructured[pdf]>=0.15

# 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
