Commit e487634
authored
[ES|QL] Enable the TEXT_EMBEDDING function in non-snapshot build (elastic#136103)
* Enable text_embedding function in non-snapshot builds.
* Regenerate documentation for the TEXT_EMBEDDING function.
* Clean useless conditional in tests.
* Lint
* Update docs/changelog/136103.yaml
* Update usage to make sure text_embedding function is present in non-snapshot builds.
* Add text_embedding to the doc.
* Fix typo.
* Fix typo again ...
* Update examples.
* Fix typo in code.
* Fix typo
* Improved doc for the TEXT_EMBEDDING function
* Add missing link in the doc.
* Apply changes from review.
* Restore missing examples.
* Update examples descriptions.
* Few additional doc rework.1 parent da2cc5d commit e487634
File tree
19 files changed
+91
-73
lines changed- docs
- changelog
- reference/query-languages/esql
- _snippets
- functions
- description
- examples
- layout
- parameters
- lists
- functions-operators
- kibana
- definition/functions
- docs/functions
- x-pack/plugin
- esql
- qa/testFixtures/src/main/resources
- src
- main/java/org/elasticsearch/xpack/esql
- action
- expression/function
- inference
- test/java/org/elasticsearch/xpack/esql
- analysis
- expression/function/inference
- inference
- src/yamlRestTest/resources/rest-api-spec/test/esql
19 files changed
+91
-73
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 17 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
26 | 29 | | |
27 | 30 | | |
28 | 31 | | |
| |||
Lines changed: 7 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | | - | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
52 | 54 | | |
53 | 55 | | |
54 | 56 | | |
| 57 | + | |
55 | 58 | | |
56 | 59 | | |
| 60 | + | |
57 | 61 | | |
58 | 62 | | |
59 | 63 | | |
| |||
0 commit comments