Author Aide API Initialization
rag
This is a premium feature and may not be included in your product license. For more information, reach out to your Learnosity Account Manager.
Specifies the configuration options of Retrieval-Augmented Generation.
Examples
const initializationOptions = {
"config": {
"rag": {
"enable": true
}
}
};
Values
Attribute path config.rag
Type object
Properties
-
enable boolean
Controls whether to allow Retrieval-Augmented Generation.