[ML] Remove the Tech Preview label from ELSER v2 (#168192)

## Summary

Removes the Tech Preview label from ELSER v2 models. 

### Checklist

- [ ]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials
- [x] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
This commit is contained in:
Dima Arnautov 2023-10-06 20:00:05 +02:00 committed by GitHub
parent 1261686188
commit 0636610217
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 38 additions and 41 deletions

View file

@ -57,15 +57,14 @@ describe('modelsProvider', () => {
{
config: { input: { field_names: ['text_field'] } },
default: true,
description: 'Elastic Learned Sparse EncodeR v2 (Tech Preview)',
description: 'Elastic Learned Sparse EncodeR v2',
name: '.elser_model_2',
version: 2,
},
{
arch: 'amd64',
config: { input: { field_names: ['text_field'] } },
description:
'Elastic Learned Sparse EncodeR v2, optimized for linux-x86_64 (Tech Preview)',
description: 'Elastic Learned Sparse EncodeR v2, optimized for linux-x86_64',
name: '.elser_model_2_linux-x86_64',
os: 'Linux',
recommended: true,
@ -109,15 +108,14 @@ describe('modelsProvider', () => {
{
config: { input: { field_names: ['text_field'] } },
recommended: true,
description: 'Elastic Learned Sparse EncodeR v2 (Tech Preview)',
description: 'Elastic Learned Sparse EncodeR v2',
name: '.elser_model_2',
version: 2,
},
{
arch: 'amd64',
config: { input: { field_names: ['text_field'] } },
description:
'Elastic Learned Sparse EncodeR v2, optimized for linux-x86_64 (Tech Preview)',
description: 'Elastic Learned Sparse EncodeR v2, optimized for linux-x86_64',
name: '.elser_model_2_linux-x86_64',
os: 'Linux',
version: 2,