Skip to content

Commit

Permalink
trigger that build
Browse files Browse the repository at this point in the history
  • Loading branch information
spong committed Jun 13, 2024
1 parent af7ee01 commit 49e3e31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions x-pack/plugins/elastic_assistant/server/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ export class ElasticAssistantPlugin
) {
this.logger.debug('elasticAssistant: Setup');

// TODO: Remove before merge, this is so the suite will be triggered

this.assistantService = new AIAssistantService({
logger: this.logger.get('service'),
ml: plugins.ml,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export default ({ getService }: FtrProviderContext): void => {
// Make sure the .ml-stats index is created in advance, see https://github.com/elastic/elasticsearch/issues/65846
await ml.api.assureMlStatsIndexExists();
// Create a light-weight model that has a `model_type` of `pytorch`
// TODO: Remove before merge, this is so the suite will be triggered
await ml.api.importTrainedModel(TINY_ELSER.name, TINY_ELSER.id);
});

Expand Down

0 comments on commit 49e3e31

Please sign in to comment.