Class: Google::Cloud::AIPlatform::V1::GenAiAdvancedFeaturesConfig::RagConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::GenAiAdvancedFeaturesConfig::RagConfig
- 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
-
#enable_rag ⇒ ::Boolean
If true, enable Retrieval Augmented Generation in ChatCompletion request.
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.
404 405 406 407 |
# File 'proto_docs/google/cloud/aiplatform/v1/endpoint.rb', line 404 class RagConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |