# RAPTOR dependencies
raptor-rag==0.3.0
openai>=1.12.0
scikit-learn>=1.3.0
numpy>=1.24.0
tiktoken>=0.5.0
umap-learn>=0.5.4

# GraphRAG dependencies
graphrag>=0.3.0
azure-search-documents>=11.4.0
azure-storage-blob>=12.19.0
networkx>=3.0
pyarrow>=15.0.0
pyyaml>=6.0
rich>=13.0.0

# Common dependencies
python-dotenv>=1.0.0
pandas>=2.0.0
faiss-cpu>=1.7.4
sentence-transformers>=2.2.2
transformers>=4.36.0

# API service dependencies
fastapi>=0.109.0
uvicorn>=0.25.0
pydantic>=2.5.0
httpx>=0.25.0

# Document processing
pypdf>=3.17.0
beautifulsoup4>=4.12.0
lxml>=5.0.0
markdown>=3.5.0

# For Intel manual specific parsing
pdfplumber>=0.10.3
tabulate>=0.9.0

# Logging and monitoring
loguru>=0.7.2
tqdm>=4.66.0

# Testing
pytest>=7.4.0
pytest-asyncio>=0.21.0
