VertexAISearch
data class VertexAISearch(val dataStoreSpecs: List<VertexAISearchDataStoreSpec>? = null, val datastore: String? = null, val engine: String? = null, val filter: String? = null, val maxResults: Int? = null)
Retrieve from Vertex AI Search datastore or engine for grounding. datastore and engine are mutually exclusive.
Properties
Link copied to clipboard
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.
Link copied to clipboard
Optional. Number of search results to return per query. The default value is 10. The maximum allowed value is 10.