From d881c9a85210b4bac1f27e044ef46cb7b538852e Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Wed, 3 May 2023 13:06:07 -0400 Subject: [PATCH] [8.8] [Enterprise Search] Switch to production ELSER model (#156565) (#156577) # Backport This will backport the following commits from `main` to `8.8`: - [[Enterprise Search] Switch to production ELSER model (#156565)](https://github.com/elastic/kibana/pull/156565) ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) Co-authored-by: Adam Demjen --- .../enterprise_search/common/ml_inference_pipeline/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/enterprise_search/common/ml_inference_pipeline/index.ts b/x-pack/plugins/enterprise_search/common/ml_inference_pipeline/index.ts index 2aad66d425cc7..c7b141d6c3878 100644 --- a/x-pack/plugins/enterprise_search/common/ml_inference_pipeline/index.ts +++ b/x-pack/plugins/enterprise_search/common/ml_inference_pipeline/index.ts @@ -30,7 +30,7 @@ import { export const TEXT_EXPANSION_TYPE = SUPPORTED_PYTORCH_TASKS.TEXT_EXPANSION; export const TEXT_EXPANSION_FRIENDLY_TYPE = 'ELSER'; export const ML_INFERENCE_PREFIX = 'ml.inference.'; -export const ELSER_MODEL_ID = '.elser_model_1_SNAPSHOT'; +export const ELSER_MODEL_ID = '.elser_model_1'; export interface MlInferencePipelineParams { description?: string;