Spaces:
Build error
Build error
#!/bin/bash | |
# Ingest PDFs into the vector database (only needed once) | |
python ingest.py | |
# Start the FastAPI server | |
uvicorn app:app.py --host 0.0.0.0 --port 7860 |