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

# Graph database
neo4j>=5.0

# Core
PyYAML>=6.0
pypdf>=4.0
python-docx>=1.1
beautifulsoup4>=4.12

# LLM + embedding model SDKs
openai>=1.0

# 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
