Skip to content

Commit 822f5dc

Browse files
authored
Remove explicit inference model information for Fleet .integration_knowledge (#136837) (#136844)
Follow up to https://github.com/elastic/elasticsearch/pull/132506/files#r2285096764. With #133171 fixed, we should no longer have to set the explicit inference ID for this `semantic_text` field. Ideally this will also let us take advantage of EIS becoming the default inference endpoint (whenever that happens) for Cloud, while defaulting to `.elser-2-elasticsearch` for on-prem.
1 parent 76c89f5 commit 822f5dc

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

x-pack/plugin/core/template-resources/src/main/resources/fleet-integration-knowledge.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,7 @@
1616
"type": "keyword"
1717
},
1818
"content": {
19-
"type": "semantic_text",
20-
"inference_id": ".elser-2-elasticsearch",
21-
"model_settings": {
22-
"service": "elasticsearch",
23-
"task_type": "sparse_embedding"
24-
}
19+
"type": "semantic_text"
2520
},
2621
"version": {
2722
"type": "version"

0 commit comments

Comments
 (0)