Spaces:
Sleeping
Sleeping
| # Web Server | |
| fastapi==0.135.1 | |
| uvicorn[standard]==0.40.0 | |
| jinja2==3.1.5 | |
| python-multipart==0.0.22 | |
| starlette==0.52.1 | |
| # Vector Search & Embeddings | |
| qdrant-client==1.16.2 | |
| FlagEmbedding==1.3.5 | |
| torch==2.9.1 --index-url https://download.pytorch.org/whl/cpu | |
| numpy==2.4.2 | |
| sentence-transformers==5.2.3 | |
| # Data Modeling & Settings | |
| pydantic==2.12.2 | |
| pydantic-settings==2.13.1 | |
| python-dotenv==1.2.1 | |
| # Hugging Face Stack | |
| huggingface_hub>=0.25.0 | |
| transformers==4.44.2 | |
| tokenizers>=0.19.0 | |
| accelerate>=0.34.0 | |
| # ONNX Runtime | |
| onnxruntime>=1.19.0 | |
| # Utils | |
| tqdm==4.67.2 | |
| requests==2.32.5 |