c13ddd0 6fb400d c13ddd0
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 --host 0.0.0.0 --port 7860