Interface GenAiAdvancedFeaturesConfig.RagConfigOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GenAiAdvancedFeaturesConfig.RagConfig, GenAiAdvancedFeaturesConfig.RagConfig.Builder
Enclosing class:
GenAiAdvancedFeaturesConfig

public static interface GenAiAdvancedFeaturesConfig.RagConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    If true, enable Retrieval Augmented Generation in ChatCompletion request.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getEnableRag

      boolean getEnableRag()
       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.
       
      bool enable_rag = 1;
      Returns:
      The enableRag.