| # FastAPI và web framework | |
| fastapi==0.115.5 | |
| uvicorn[standard]==0.32.1 | |
| python-multipart==0.0.20 | |
| # Gradio cho Hugging Face Spaces | |
| gradio>=4.0.0 | |
| # Machine Learning & Embeddings | |
| torch>=2.0.0 | |
| transformers>=4.50.0 | |
| onnxruntime==1.20.1 | |
| torchvision>=0.15.0 | |
| pillow>=10.0.0 | |
| numpy>=1.24.0 | |
| # Vector Database | |
| qdrant-client>=1.12.1 | |
| grpcio>=1.60.0 | |
| # Utilities | |
| pydantic>=2.0.0 | |
| python-dotenv==1.0.0 | |
| # MongoDB | |
| pymongo>=4.6.0 | |
| huggingface-hub>=0.20.0 | |
| timm | |
| einops | |
| # PDF Processing | |
| pypdfium2>=4.30.0 | |