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 = ({