d221 commited on
Commit
6fb400d
·
verified ·
1 Parent(s): 0a15116

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +1 -0
start.sh CHANGED
@@ -4,5 +4,6 @@
4
  # Ingest PDFs into the vector database (only needed once)
5
  python ingest.py
6
 
 
7
  # Start the FastAPI server
8
  uvicorn app:app --host 0.0.0.0 --port 7860
 
4
  # Ingest PDFs into the vector database (only needed once)
5
  python ingest.py
6
 
7
+
8
  # Start the FastAPI server
9
  uvicorn app:app --host 0.0.0.0 --port 7860