Spaces:
Running
Running
| # RagBot API Requirements | |
| # FastAPI and server dependencies | |
| fastapi==0.109.0 | |
| uvicorn[standard]==0.27.0 | |
| pydantic>=2.5.3 | |
| python-multipart==0.0.6 | |
| # CORS and middleware | |
| python-dotenv==1.0.0 | |
| # Inherit RagBot core dependencies | |
| # Note: Run from parent directory or adjust paths | |
| # Install with: pip install -r ../requirements.txt && pip install -r requirements.txt | |