Resources
LlamaIndex APIs move quickly—prefer the official docs. This page lists primary documentation, usual entry points, and related courses on this site.
Official
Where this course maps onto official docs
Older defaults are often gpt-3.5-turbo and text-embedding-ada-002. This tutorial’s samples use gpt-4o-mini and text-embedding-3-small. Diff against the current starter page before you upgrade.
Related courses on this site
A useful order: RAG course for principles → LlamaIndex for the data layer → LangChain or CrewAI when you need a heavier agent harness.
Tutorial index
- LlamaIndex tutorial
- Introduction
- Installation
- Quick Start
- Loaders and Nodes
- Indexes
- Query Engines
- Retrieval
- Workflows
- Vector Stores
- Practical Examples
Suggested exercises
- Run example 1 on 3–5 of your own Markdown files; explain one
source_nodeshit - Add a read-only tool (e.g. today’s date) and watch when the agent calls it
- Replace the in-memory index with Chroma PersistentClient; query after restart
- Move
chunk_sizefrom 256 to 1024; compare cited chunks for the same question - Read official JokeFlow; add retrieval as an
@stepusing only documented parameters
Contribute
This tutorial lives in Kenhuang Academy. When APIs change, open an issue or PR and update both docs/zh/llamaindex/ and docs/en/llamaindex/.