Class: Google::Cloud::AIPlatform::V1::RagQuery

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#rag_retrieval_config::Google::Cloud::AIPlatform::V1::RagRetrievalConfig

Returns Optional. The retrieval config for the query.

Returns:



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.

Returns:

  • (::String)

    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