[Obs AI Assistant] Use hardware optimised version of Elser for Linux x86-64 #205852
Labels
bug
Fixes for quality problems that affect the customer experience
Team:Obs AI Assistant
Observability AI Assistant
Regression introduced in 8.17
When creating the Obs knowledge base an inference endpoint with the Elser model
.elser_model_2
is created. While this works it is suboptimal in Linux x86-64 because an optimised version of Elser existselser_model_2_linux-x86_64
and we should use that instead when applicable.kibana/x-pack/platform/plugins/shared/observability_solution/observability_ai_assistant/server/service/inference_endpoint.ts
Lines 16 to 19 in 06cf554
Impact
Users mauy end up with two versions of Elser:
.elser_model_2
for the internal knowledge base and.elser_model_2_linux-x86_64
for search connectors. In this case users will simultaneously be running two models. This may cause the number of ML nodes to double.The text was updated successfully, but these errors were encountered: