From 2cae26913f536166f89d60de048622db147989c6 Mon Sep 17 00:00:00 2001 From: Ryan Crabbe Date: Sat, 16 May 2026 12:13:58 -0700 Subject: [PATCH] chore(ui): note Google's Agent Platform rename in vector store setup Google Cloud has renamed Vertex AI RAG Engine to "RAG Engine" and Vertex AI Search to "Agent Search" in its console. Users following our setup instructions hit a naming mismatch when they cross-reference the GCP console. Keep "Vertex AI" as the primary term (the generic new names would make our provider UI ambiguous) and surface the new names as secondary asides only where users leave the UI for the console. Resolves LIT-3081 --- .../VectorStoreForm.tsx | 21 +++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/ui/litellm-dashboard/src/components/vector_store_management/VectorStoreForm.tsx b/ui/litellm-dashboard/src/components/vector_store_management/VectorStoreForm.tsx index 673061b275d..24bb4d12ef7 100644 --- a/ui/litellm-dashboard/src/components/vector_store_management/VectorStoreForm.tsx +++ b/ui/litellm-dashboard/src/components/vector_store_management/VectorStoreForm.tsx @@ -186,6 +186,10 @@ const VectorStoreForm: React.FC = ({ description={

To use Vertex AI RAG Engine:

+

+ Note: Google Cloud has renamed this to "RAG Engine" in its console — the steps below still + apply. +

  1. Set up your Vertex AI RAG Engine corpus following the guide:{" "} @@ -198,7 +202,9 @@ const VectorStoreForm: React.FC = ({
  2. Create a corpus in your Google Cloud project
  3. -
  4. Note the corpus ID from the Vertex AI console
  5. +
  6. + Note the corpus ID from the Vertex AI console (now labeled "RAG Engine" in Google Cloud) +
  7. Enter the corpus ID in the Vector Store ID field below
@@ -216,6 +222,10 @@ const VectorStoreForm: React.FC = ({ description={

To use Vertex AI Search (Discovery Engine):

+

+ Note: Google Cloud has renamed this to "Agent Search" in its console — the steps below still + apply. +

  1. Enable the Discovery Engine API on your Google Cloud project and create a data store following the @@ -230,7 +240,10 @@ const VectorStoreForm: React.FC = ({
  2. Pick a supported location: global, us, or eu
  3. -
  4. Copy the data store ID from the Vertex AI Search console
  5. +
  6. + Copy the data store ID from the Vertex AI Search console (now labeled "Agent Search" in + Google Cloud) +
  7. Enter the data store ID in the Vector Store ID field below
@@ -256,9 +269,9 @@ const VectorStoreForm: React.FC = ({