2
2
3
3
[source,console]
4
4
----
5
- DELETE _ingest/pipeline/*_embeddings
5
+ DELETE _ingest/pipeline/*_embeddings_pipeline
6
6
----
7
7
// TEST
8
8
// TEARDOWN
@@ -13,7 +13,7 @@ DELETE _ingest/pipeline/*_embeddings
13
13
14
14
[source,console]
15
15
--------------------------------------------------
16
- PUT _ingest/pipeline/cohere_embeddings
16
+ PUT _ingest/pipeline/cohere_embeddings_pipeline
17
17
{
18
18
"processors": [
19
19
{
@@ -39,7 +39,7 @@ and the `output_field` that will contain the {infer} results.
39
39
40
40
[source,console]
41
41
--------------------------------------------------
42
- PUT _ingest/pipeline/elser_embeddings
42
+ PUT _ingest/pipeline/elser_embeddings_pipeline
43
43
{
44
44
"processors": [
45
45
{
@@ -65,7 +65,7 @@ and the `output_field` that will contain the {infer} results.
65
65
66
66
[source,console]
67
67
--------------------------------------------------
68
- PUT _ingest/pipeline/hugging_face_embeddings
68
+ PUT _ingest/pipeline/hugging_face_embeddings_pipeline
69
69
{
70
70
"processors": [
71
71
{
@@ -91,7 +91,7 @@ and the `output_field` that will contain the {infer} results.
91
91
92
92
[source,console]
93
93
--------------------------------------------------
94
- PUT _ingest/pipeline/openai_embeddings
94
+ PUT _ingest/pipeline/openai_embeddings_pipeline
95
95
{
96
96
"processors": [
97
97
{
@@ -117,7 +117,7 @@ and the `output_field` that will contain the {infer} results.
117
117
118
118
[source,console]
119
119
--------------------------------------------------
120
- PUT _ingest/pipeline/azure_openai_embeddings
120
+ PUT _ingest/pipeline/azure_openai_embeddings_pipeline
121
121
{
122
122
"processors": [
123
123
{
@@ -143,7 +143,7 @@ and the `output_field` that will contain the {infer} results.
143
143
144
144
[source,console]
145
145
--------------------------------------------------
146
- PUT _ingest/pipeline/azure_ai_studio_embeddings
146
+ PUT _ingest/pipeline/azure_ai_studio_embeddings_pipeline
147
147
{
148
148
"processors": [
149
149
{
@@ -169,7 +169,7 @@ and the `output_field` that will contain the {infer} results.
169
169
170
170
[source,console]
171
171
--------------------------------------------------
172
- PUT _ingest/pipeline/google_vertex_ai_embeddings
172
+ PUT _ingest/pipeline/google_vertex_ai_embeddings_pipeline
173
173
{
174
174
"processors": [
175
175
{
@@ -195,7 +195,7 @@ and the `output_field` that will contain the {infer} results.
195
195
196
196
[source,console]
197
197
--------------------------------------------------
198
- PUT _ingest/pipeline/mistral_embeddings
198
+ PUT _ingest/pipeline/mistral_embeddings_pipeline
199
199
{
200
200
"processors": [
201
201
{
@@ -221,7 +221,7 @@ and the `output_field` that will contain the {infer} results.
221
221
222
222
[source,console]
223
223
--------------------------------------------------
224
- PUT _ingest/pipeline/amazon_bedrock_embeddings
224
+ PUT _ingest/pipeline/amazon_bedrock_embeddings_pipeline
225
225
{
226
226
"processors": [
227
227
{
0 commit comments