-
Build Agentic RAG using Vertex AI managed index
-
Pre-requisites
- Install Libraries
- Restart current runtime
- Authenticate your notebook environment (Colab only)
- Import libraries
- Define Google Cloud project information and initialize Vertex AI
- Download Sample Documents for Testing
- Enable async for the notebook
- Create Llamaindex query engine and retriever
-
Task 1: Router query engine
-
Task 2: Tool calling
- Task 3: Building an Agent Reasoning Loop
- Task 4: Multi-document agent
-
Pre-requisites