Interface GenAiAdvancedFeaturesConfig.RagConfigOrBuilder (3.68.0)

public static interface GenAiAdvancedFeaturesConfig.RagConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnableRag()

public abstract 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
Type Description
boolean

The enableRag.