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
Copy file name to clipboardexpand all lines: docs/tutorials/semantic_search/generate_embeddings_for_arrays_of_object.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ PUT my_books
81
81
Create sub-pipeline to generate embedding for one item in the array.
82
82
83
83
This pipeline contains 3 processors
84
-
- set processor: The `text_embedding` processor is unable to identify "_ingest._value.title". You need to copy "_ingest._value.title" to a temporary field for text_embedding to process it.
84
+
- set processor: The `text_embedding` processor is unable to identify "_ingest._value.title". You need to copy "_ingest._value.title" to a non-existing temporary field for text_embedding to process it.
85
85
- text_embedding processor: convert value of the temporary field to embedding
0 commit comments