Class: Google::Cloud::AIPlatform::V1::RagQuery
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::RagQuery
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/vertex_rag_service.rb
Overview
A query to retrieve relevant contexts.
Instance Attribute Summary collapse
-
#rag_retrieval_config ⇒ ::Google::Cloud::AIPlatform::V1::RagRetrievalConfig
Optional.
-
#text ⇒ ::String
Optional.
Instance Attribute Details
#rag_retrieval_config ⇒ ::Google::Cloud::AIPlatform::V1::RagRetrievalConfig
Returns Optional. The retrieval config for the query.
31 32 33 34 |
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_service.rb', line 31 class RagQuery include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#text ⇒ ::String
Returns Optional. The query in text format to get relevant contexts.
31 32 33 34 |
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_service.rb', line 31 class RagQuery include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |