Update Semantic Model AI Settings
Resources
Below is an example of JSON structure which can be used as a reference for the aiSettingsJson parameter in the request body.
{
"mandatoryRAGColumns":[
],
"isElasticIndexExits":true,
"columnMetadata":{
"userPrompt":""
},
"Calculations":{
"connection":{
"mode":"MANUAL",
"name":"Gemini-Flash"
}
},
"NLQuerying":{
"queryPrompt":"",
"userPrompt":"",
"connection":{
"mode":"MANUAL",
"name":"Azure-4-1"
},
"embedding":{
"mode":"MANUAL",
"name":"Azure-Embedding"
}
},
"NLSummary":{
"connection":{
"mode":"MANUAL",
"name":"Azure-4-1"
},
"summaryPrompt":""
},
"properties":[
],
"metadataGenConfig":{
"connection":{
"mode":"MANUAL",
"name":"AWS-OSS"
}
},
"SMObject":{
"userPrompt":"",
"businessContext":""
}
}