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: articles/search/cognitive-search-output-field-mapping.md
+37-1Lines changed: 37 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ In contrast with a [`fieldMappings`](search-indexer-field-mappings.md) definitio
33
33
34
34
## Prerequisites
35
35
36
-
- Indexer, index, data source, and skillset
36
+
- Indexer, index, data source, and skillset.
37
37
38
38
- Index fields must be simple or top-level fields. You can't output to a [complex type](search-howto-complex-data-types.md), but if you have a complex type, you can use an output field definition to flatten parts of the complex type and send them to a collection in a search index.
39
39
@@ -177,6 +177,42 @@ Assume a skillset that generates embeddings for a vector field, and an index tha
177
177
]
178
178
```
179
179
180
+
The source field path is skill output. In this example, the output is `text_vector`. Target name is an optional property. If you don't give the output mapping a target name, the path would be `embedding` or more precisely, `/document/content/embedding`.
0 commit comments