mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
[Obs AI Assistant] Update evaluation framework KB set up (#221565)
This commit is contained in:
parent
24301d7338
commit
df8e79b945
1 changed files with 3 additions and 0 deletions
|
@ -169,6 +169,9 @@ export class KibanaClient {
|
|||
async () => {
|
||||
const response = await this.callKibana<{}>('POST', {
|
||||
pathname: '/internal/observability_ai_assistant/kb/setup',
|
||||
query: {
|
||||
inference_id: '.elser-2-elasticsearch',
|
||||
},
|
||||
});
|
||||
this.log.info('Knowledge base is ready');
|
||||
return response.data;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue