Spaces:
Running
Running
File size: 360 Bytes
6dc9d46 ad2e847 6dc9d46 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | # 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 |