We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af07cba commit a1e061eCopy full SHA for a1e061e
packages/compass-generative-ai/src/atlas-ai-service.ts
@@ -198,8 +198,8 @@ const aiURLConfig = {
198
// Down the line we'd like to only use the admin api, however,
199
// we cannot currently call that from the Atlas UI. Pending CLOUDP-251201
200
'admin-api': {
201
- aggregation: 'ai/api/v1/mql-aggregation',
202
- query: 'ai/api/v1/mql-query',
+ aggregation: 'unauth/ai/api/v1/mql-aggregation',
+ query: 'unauth/ai/api/v1/mql-query',
203
},
204
cloud: {
205
aggregation: (groupId: string) => `ai/v1/groups/${groupId}/mql-aggregation`,
0 commit comments