Class: Google::Cloud::AIPlatform::V1::GenAiAdvancedFeaturesConfig::RagConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/endpoint.rb

Overview

Configuration for Retrieval Augmented Generation feature.

Instance Attribute Summary collapse

Instance Attribute Details

#enable_rag::Boolean

Returns If true, enable Retrieval Augmented Generation in ChatCompletion request. Once enabled, the endpoint will be identified as GenAI endpoint and Arthedain router will be used.

Returns:

  • (::Boolean)

    If true, enable Retrieval Augmented Generation in ChatCompletion request. Once enabled, the endpoint will be identified as GenAI endpoint and Arthedain router will be used.



407
408
409
410
# File 'proto_docs/google/cloud/aiplatform/v1/endpoint.rb', line 407

class RagConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end