Skip to content

Commit b11ec09

Browse files
committed
checkpoint
1 parent 9ed79b1 commit b11ec09

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

articles/search/cognitive-search-debug-session.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Use Debug Sessions to investigate and resolve problems with:
2929

3030
+ Custom skills used to integrate external processing that you provide.
3131

32-
Compare the following images for the first two scenarios. The surface area shows the progression of skills that generate or transform content en route from source to index, with a list of mapping options and arrows indicating the processing trail. The details pane to the right is context-sensitive. It shows a representation of the enriched document, or the details of a skill or mapping.
32+
Compare the following images for the first two scenarios. The surface area shows the progression of skills that generate or transform content en route from the source document to the search index. The flows includes index mapping options, and you can trace the arrows to follow the processing trails. The details pane to the right is context-sensitive. It shows a representation of the enriched document, or the details of a skill or mapping.
3333

3434
The first image shows a pattern for applied AI enrichment. Skills can run sequentially or in parallel if there are no dependencies. Output field mappings send enriched or generated content from in-memory data structures to fields in an index.
3535

articles/search/cognitive-search-how-to-debug-skillset.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,12 @@ Select one of the mapping options and expand the details view to review source a
147147

148148
+ [**Output Field Mappings**](cognitive-search-output-field-mapping.md) are found in indexers and are used when skillsets invoke built-in or custom skills. These mappings are used to set the data path from a node in the enrichment tree to a field in the search index. For more information about paths, see [enrichment node path syntax](cognitive-search-concept-annotations-syntax.md).
149149

150-
:::image type="content" source="media/cognitive-search-debug/output-field-mappings.png" alt-text="Screenshot of the Output Field Mappings node and details." border="true":::
151-
152150
+ [**Field Mappings**](search-indexer-field-mappings.md) are found in indexer definitions and they establish the data path from raw content in the data source and a field in the index. You can use field mappings to add encoding and decoding steps as well.
153151

152+
This example shows the details for a projection mapping. You can edit the JSON to fix any mapping issues.
153+
154+
:::image type="content" source="media/cognitive-search-debug/debug-session-projection-mapping.png" lightbox="media/cognitive-search-debug/debug-session-projection-mapping.png" alt-text="Screenshot of the Output Field Mappings node and details." border="true":::
155+
154156
## Edit skill definitions
155157

156158
If the field mappings are correct, check individual skills for configuration and content. If a skill fails to produce output, it might be missing a property or parameter, which can be determined through error and validation messages.
@@ -159,9 +161,9 @@ Other issues, such as an invalid context or input expression, can be harder to r
159161

160162
The following steps show you how to get information about a skill.
161163

162-
1. In **AI enrichment > Skill Graph**, select a skill. The Skill Details pane opens to the right.
164+
1. Select a skill on the work surface. The Skill details pane opens to the right.
163165

164-
1. Edit a skill definition using **Skill Settings**.
166+
1. Edit a skill definition using **Skill Settings**. You can edit the JSON directly.
165167

166168
1. Check the [path syntax for referencing nodes](cognitive-search-concept-annotations-syntax.md) in an enrichment tree. Following are some of the most common input paths:
167169

13.7 KB
Loading
130 KB
Loading

0 commit comments

Comments
 (0)