how to build a production-ready app for RAG application.
This project uses Docker to run a Jupyter Notebook environment.
Before you begin, make sure you have the following installed:
Follow these steps to run the project inside Docker:
git clone https://github.com/EbEmad/mini-rag.git
cd mini-rag/docker
### Setup the environment variables
```bash
$ cp .env.example .envSet your environment variables in the .env file. Like OPENAI_API_KEY value.
$ uvicorn main:app --reload --host 0.0.0.0 --port 5000