Interface VertexAISearch

Retrieve from Vertex AI Search datastore for grounding. See https://cloud.google.com/products/agent-builder

interface VertexAISearch {
    datastore?: string;
}

Properties

Properties

datastore?: string

Required. Fully-qualified Vertex AI Search data store resource ID. Format: projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}

MMNEPVFCICPMFPCPTTAAATR