LlamaIndex RAG Template
CodeDemoA simple RAG chatbot template for starting a new LLM application in 50 lines of code. This template makes use of LlamaIndex and OpenAI. Specifically, this template is made using ReActAgent from LlamaIndex, which is an agent that you can create custom tools for to query or manipulate your data. Click the code button above to get the code and instructions for making it your own.