Creating a Simple RAG in Python with AzureOpenAI and LlamaIndex See the post on Rail Yard Works Getting Started Set the variables in the .env file and run: python3 -m venv .venv source .venv/bin/activate pip install -r requirements.txt python ./src/main.py