Skip to content

Commit

Permalink
[Search] Enable semantic_text feature in es3 (elastic#197140)
Browse files Browse the repository at this point in the history
## Summary

Semantic text feature was disabled by default due to ML node unable to
scale down. With the relevant
[PR](elastic/elasticsearch#114323) & subsequent
[fix](elastic/elasticsearch#115189) merged, ML
node now auto scales when there is no activity. Therefore enabling
semantic_text feature in es3.

### Testing instructions
* start serverless instance
* visit index management index details page -> mappings
* Click Add field 
* Confirm `semantic_text` is shown in the field type form
  • Loading branch information
saarikabhasi authored Oct 22, 2024
1 parent ae0ac74 commit c25599e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/serverless.es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,4 @@ xpack.searchInferenceEndpoints.ui.enabled: false
xpack.search.notebooks.catalog.url: https://elastic-enterprise-search.s3.us-east-2.amazonaws.com/serverless/catalog.json

# Semantic text UI
xpack.index_management.dev.enableSemanticText: false
xpack.index_management.dev.enableSemanticText: true

0 comments on commit c25599e

Please sign in to comment.