Spaces:
Running
Running
| # Kerdos AI RAG API — Python dependencies | |
| # Web framework & server | |
| fastapi>=0.110.0 | |
| uvicorn[standard]>=0.27.0 | |
| python-multipart>=0.0.9 | |
| # Data validation | |
| pydantic>=2.0.0 | |
| pydantic-settings>=2.0.0 | |
| # AI / ML | |
| sentence-transformers>=2.6.0 | |
| faiss-cpu>=1.7.4 | |
| # Document parsing | |
| pymupdf>=1.23.0 # PDF via fitz | |
| python-docx>=1.1.0 # DOCX | |
| # HTTP client (for HF Inference API) | |
| requests>=2.31.0 | |
| # Config | |
| python-dotenv>=1.0.0 | |
| # Numerical | |
| numpy>=1.24.0 | |