GoogleCloudAiplatformV1VertexAISearch
import type { GoogleCloudAiplatformV1VertexAISearch } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";
Retrieve from Vertex AI Search datastore or engine for grounding. datastore and engine are mutually exclusive. See https://cloud.google.com/products/agent-builder
interface GoogleCloudAiplatformV1VertexAISearch {
datastore?: string;
dataStoreSpecs?: GoogleCloudAiplatformV1VertexAISearchDataStoreSpec[];
engine?: string;
filter?: string;
maxResults?: number;
}§Properties
§
datastore?: string
[src]Optional. Fully-qualified Vertex AI Search data store resource ID. Format:
projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}
§
dataStoreSpecs?: GoogleCloudAiplatformV1VertexAISearchDataStoreSpec[]
[src]Specifications that define the specific DataStores to be searched, along with configurations for those data stores. This is only considered for Engines with multiple data stores. It should only be set if engine is used.