Skip to content

devops-360-online/rag-microservices

Repository files navigation

RAG Microservice without Docker

RAG Microservice with Docker and Python

  1. Create a .env file and add an OPENAI_API_KEY environment variable
  2. Run app
./run_app.sh
  1. 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."}'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published