interface VertexAIRetrieval {
    disableAttribution?: boolean;
    vertexAiSearch: {
        datastore: string;
    };
}

Properties

disableAttribution?: boolean
vertexAiSearch: {
    datastore: string;
}