Optional
ragOptional. Deprecated. Please use rag_resources instead.
Optional
ragOptional. The representation of the rag source. It can be used to specify corpus only or ragfiles. Currently only support one corpus or multiple files from one corpus. In the future we may open up multiple corpora support.
Optional
ragOptional. The retrieval config for the Rag query.
Optional
similarityOptional. Number of top k results to return from the selected corpora.
Optional
storeOptional. Currently only supported for Gemini Multimodal Live API. In Gemini Multimodal Live API, if store_context
bool is specified, Gemini will leverage it to automatically memorize the interactions between the client and Gemini, and retrieve context when needed to augment the response generation for users' ongoing and future interactions.
Optional
vectorOptional. Only return results with vector distance smaller than the threshold.
Retrieve from Vertex RAG Store for grounding.