Spaces:
Runtime error
Runtime error
| # Pins are lower-bounds so pip selects the newest wheels available for your | |
| # Python version (important on very new Pythons like 3.14). | |
| # --- Web framework --- | |
| fastapi>=0.115 | |
| uvicorn[standard]>=0.34 | |
| python-multipart>=0.0.18 | |
| pydantic>=2.10 | |
| pydantic-settings>=2.7 | |
| # --- Databases --- | |
| pymongo>=4.10 | |
| qdrant-client>=1.12 | |
| # --- Embeddings (local, ONNX — no torch) --- | |
| fastembed>=0.5 | |
| # --- LLM (OpenRouter, OpenAI-compatible) --- | |
| openai>=1.59 | |
| # --- Document parsing + OCR --- | |
| pypdf>=5.1 | |
| python-docx>=1.1 | |
| pytesseract>=0.3.13 | |
| pdf2image>=1.17 | |
| Pillow>=11.0 | |