You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’ve encountered an issue with the starter kit template for template 3 agentic_rag. The template tries to deploy an empty Vector Search index, which Vertex AI doesn't allow. The data ingestion pipeline requires the index to be deployed first, creating a chicken-and-egg situation. Also, I had to fix the Makefile to use proper terraform outputs instead of display names
Issue: Following the documented workflow in README.md fails
Commands: make setup-dev-env followed by make data-ingestion
Problem: Chicken-and-egg issue with Vector Search deployment