| # Core dependencies | |
| fastapi==0.109.0 | |
| uvicorn[standard]==0.27.0 | |
| httpx==0.26.0 | |
| pydantic==2.5.3 | |
| pydantic-settings==2.1.0 | |
| python-dotenv==1.0.0 | |
| # LLM providers | |
| openai==1.10.0 | |
| # Caching | |
| redis==5.0.1 | |
| qdrant-client==1.7.3 | |
| # ML and embeddings | |
| sentence-transformers==2.2.2 | |
| transformers==4.37.2 | |
| torch==2.1.2 | |
| onnx==1.15.0 | |
| onnxruntime==1.16.3 | |
| scikit-learn==1.4.0 | |
| # UI | |
| streamlit==1.31.0 | |
| plotly==5.18.0 | |
| pandas==2.1.4 | |
| # Monitoring | |
| prometheus-client==0.19.0 | |