[Obs AI Assistant] Update evaluation framework KB set up (#221565)

This commit is contained in:
Viduni Wickramarachchi 2025-05-26 20:27:47 -04:00 committed by GitHub
parent 24301d7338
commit df8e79b945
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;