File size: 163 Bytes
c13ddd0
 
 
 
 
 
6fb400d
c13ddd0
1250664
1
2
3
4
5
6
7
8
9

#!/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