In this lesson, you'll:
- Learn how to set up LlamaIndex
- Load documents and process them
- Create chunks and nodes for the index
- Create & Query the document using natural language
- Understand how RAG enhances LLM responses
- 🛠️ Hands-on: Load and process documents of a Wikipedia page (
11_hands_on_problem.ipynb
) - 🛠️ Hands-on: Create an index processing the Paul Graham essay (
21_hands_on_problem.ipynb
) - 🏆 Challenge: Process "complex" data and make an index (
31_hands_on_challenge_problem.ipynb
)
- Document Loading
- Vector Indexing
- Query Processing
- Response Generation
Documentation: LlamaIndex.indexing