-
Build Agentic RAG with Llamaindex for Vertex AI
-
Pre-requisites
- Install Libraries
- Restart current runtime
- Authenticate your notebook environment (Colab only)
- Define Google Cloud project information and initialize Vertex AI
- Download Sample Documents for Testing
- Enable async for the notebook
- Set Up Vector Store
- Option 1: Create a new Vertex AI Vector Search
- Option 2: Use an existing Vertex AI Vector Search
- Import libraries
- Set up Vector Search Store
-
Task 1: Router query engine
-
Task 2: Tool calling
- Task 3: Building an Agent Reasoning Loop
- Task 4: Multi-document agent
-
Pre-requisites