Used to specify configuration for VertexAISearch.

interface VertexAISearchConfig {
    datastores?: string[];
    engine?: string;
}

Properties

Properties

datastores?: string[]

Optional. Used to specify Vertex AI Search datastores.

engine?: string

Optional. Used to specify Vertex AI Search engine.