You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a .env file and add an OPENAI_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."}'