- Installation
- Setup Tokenizer and Stopping ids
- Setup LLM using HuggingFaceLLM
- Call complete with a prompt
- Call chat with a list of messages
- Let's build RAG pipeline with Llama3
- Download Data
- Load Data
- Setup Embedding Model
- Set Default LLM and Embedding Model
- Create Index
- Create QueryEngine
- Querying
- Agents And Tools
- Define Tools
- ReAct Agent
- Querying
- ReAct Agent With RAG QueryEngine Tools
- Download Data
- Load Data
- Create Indices
- Create QueryEngines
- Define QueryEngine Tools
- Create ReAct Agent using RAG QueryEngine Tools
- Querying