struct
AI::Google::Tools::VertexRagStore
- AI::Google::Tools::VertexRagStore
- Struct
- Value
- Object
Overview
Vertex RAG Store tool.
Enables the model to perform RAG searches against a Vertex RAG Store. Only works with Vertex Gemini models.
Defined in:
ai/google/google_tools.crConstant Summary
-
ID =
"google.vertex_rag_store" -
NAME =
"vertex_rag_store"
Constructors
Instance Method Summary
- #args : Hash(String, JSON::Any)
- #id : String
- #name : String
-
#rag_corpus : String
RagCorpus resource name.
-
#top_k : Int32 | Nil
Number of top contexts to retrieve.
- #type : String
Constructor Detail
Instance Method Detail
def rag_corpus : String
#
RagCorpus resource name. Example: "projects/{project}/locations/{location}/ragCorpora/{rag_corpus}"