You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.Change Semantic Text To Act Like A Normal Text Field
49
-
[%collapsible]
50
-
====
51
-
*Details* +
52
-
The previous semantic_text format used a complex subfield structure in _source to store the embeddings. This complicated interactions/integrations with semantic_text fields and _source in general. This new semantic_text format treats it as a normal text field, where the field's value in _source is the value assigned by the user.
53
-
54
-
*Impact* +
55
-
Users who parsed the subfield structure of the previous semantic_text format in _source will need to update their parsing logic. The new format does not directly expose the chunks and embeddings generated from the input text. The new format will be applied to all new indices, any existing indices will continue to use the previous format.
56
-
====
57
-
58
24
[discrete]
59
25
[[breaking_90_aggregations_changes]]
60
26
==== Aggregations changes
@@ -281,6 +247,25 @@ this value, you will need to update your filters to use `elasticsearch.deprecati
281
247
`deprecation.elasticsearch`.
282
248
====
283
249
250
+
[discrete]
251
+
[[breaking_90_logs_changes]]
252
+
==== Logs changes
253
+
254
+
[[conditionally_enable_logsdb_by_default]]
255
+
.Conditionally enable logsdb by default
256
+
[%collapsible]
257
+
====
258
+
*Details* +
259
+
Logsdb will be enabled by default for data streams matching with logs-*-* pattern.
260
+
If upgrading from 8.x to 9.x and data streams matching with log-*-* do exist,
261
+
then Logsdb will not be enabled by default.
262
+
263
+
*Impact* +
264
+
Logsdb reduce storage footprint in Elasticsearch for logs, but there are side effects
265
+
to be taken into account that are described in the Logsdb docs:
.Change semantic text to act like a normal text field
486
+
[%collapsible]
487
+
====
488
+
*Details* +
489
+
The previous semantic_text format used a complex subfield structure in _source to store the embeddings. This complicated interactions/integrations with semantic_text fields and _source in general. This new semantic_text format treats it as a normal text field, where the field's value in _source is the value assigned by the user.
490
+
491
+
*Impact* +
492
+
Users who parsed the subfield structure of the previous semantic_text format in _source will need to update their parsing logic. The new format does not directly expose the chunks and embeddings generated from the input text. The new format will be applied to all new indices, any existing indices will continue to use the previous format.
0 commit comments