# Core dependencies for Gradio deployment | |
gradio>=4.0.0 | |
# AI/ML dependencies | |
groq>=0.3.0 | |
langchain>=0.0.267 | |
langchain-community>=0.0.10 | |
langchain-huggingface>=0.0.1 | |
sentence-transformers>=2.2.2 | |
faiss-cpu>=1.7.4 | |
# Document generation | |
fpdf>=1.7.2 | |
# Utilities | |
python-dotenv>=0.19.0 | |
deep-translator>=1.11.0 | |
numpy>=1.24.0 | |
langdetect>=1.0.9 | |
pydantic-settings>=2.0.0 | |
slowapi>=0.1.7 | |
# Additional dependencies that might be needed | |
fastapi>=0.104.0 | |
uvicorn>=0.24.0 | |
pydantic>=2.0.0 | |
aiohttp>=3.8.0 | |
tqdm>=4.65.0 | |
scikit-learn>=1.3.0 | |
cachetools>=5.3.0 |