- Create a
.env
file and add anOPENAI_API_KEY
environment variable - Run app
./run_app.sh
- Test and make RAG requests
curl "http://localhost:8000/health"
curl -X POST "http://localhost:8000/ask" -H "Content-Type: application/json" -d '{"question": "What is a Meeseeks Box?"}'
curl -X POST "http://localhost:8000/ask" -H "Content-Type: application/json" -d '{"question": "Give me a list of all the episodes about Jessica, including episode descriptions, in JSON format."}'