llamaindexEasy Playground

Data framework for connecting LLMs to external data (RAG)

Getting started with llamaindexRun locally
Install
pip install llama-index
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: llamaindex)

llamaindex is a third-party package. Data framework for connecting LLMs to external data (RAG). Install with: pip install llama-index

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?