Skip to content

Commit 8580d33

Browse files
committed
Addressed blocking issues
1 parent 05d84c4 commit 8580d33

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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 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.
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 flow 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Remember that a debug session is based on one document from the entire index. If
105105

106106
Select **Errors** or **Warnings** for a list of issues.
107107

108-
:::image type="content" source="media/cognitive-search-debug/debug-session-errors-warnings.png" lightbox="media/cognitive-search-debug/debug-session-errors-warnings.png"alt-text="media/cognitive-search-debug/debug-session-errors-warnings.png":::
108+
:::image type="content" source="media/cognitive-search-debug/debug-session-errors-warnings.png" lightbox="media/cognitive-search-debug/debug-session-errors-warnings.png" alt-text="Screenshot of the error and warning buttons at the top of the page.":::
109109

110110
As a best practice, resolve problems with inputs before moving on to outputs.
111111

articles/search/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ms.custom:
2323

2424
| Item                         | Type | Description |
2525
|-----------------------------|------|--------------|
26-
| [**Debug session improvements**](cognitive-search-debug-session.md) | feature | There are two important improvements. First, you can now debug integrated vectorization and data chunking workloads. Second, debug sessions has been modified to use a simpler, horizontal layout for skills processing. You can select an object in the flow, and view it's details off to the side. The previous tabbed layout is fully replaced with more context sensitive information on the page. |
26+
| [**Debug session improvements**](cognitive-search-debug-session.md) | feature | There are two important improvements. First, you can now debug integrated vectorization and data chunking workloads. Second, debug sessions has been modified to use a simpler, horizontal layout for skills processing. You can select an object in the flow, and view its details off to the side. The previous tabbed layout is fully replaced with more context sensitive information on the page. |
2727
| [**2024-07-01**](/rest/api/searchservice/search-service-api-versions?view=rest-searchservice-2024-07-01&preserve-view=true) | API | Stable release of REST APIs for generally available vector data types, vector compression, and integrated vectorization during indexing and queries. |
2828
| [**Integrated vectorization**](vector-search-integrated-vectorization.md) | Feature | Announcing general availability. Skills-driven data chunking and embedding during indexing. |
2929
| [**Vectorizers**](vector-search-how-to-configure-vectorizer.md) | Feature | Announcing general availability. Text-to-vector conversion during query execution. Both [Azure OpenAI vectorizer](vector-search-vectorizer-azure-open-ai.md) and [custom Web API vectorizer](vector-search-vectorizer-custom-web-api.md) are generally available. |

0 commit comments

Comments
 (0)