Skip to content

Commit 440f194

Browse files
authored
Merge pull request #87278 from vkurpad/master
Adding Skillsets docs
2 parents ee80364 + 2696277 commit 440f194

11 files changed

+309
-2
lines changed

articles/search/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@
8181
href: search-lucene-query-architecture.md
8282
- name: Cognitive search
8383
href: cognitive-search-concept-intro.md
84+
- name: Skillsets
85+
href: cognitive-search-working-with-skillsets.md
8486
- name: Knowledge store
8587
href: knowledge-store-concept-intro.md
8688
- name: Projections

articles/search/cognitive-search-working-with-skillsets.md

Lines changed: 302 additions & 0 deletions
Large diffs are not rendered by default.

articles/search/knowledge-store-projection-overview.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The knowledge store supports two types of projections:
2828

2929
+ **Objects**: When you need a JSON representation of your data and enrichments, object projections are saved as blobs.
3030

31-
To see projections defined in context, step through [How to get started with knowledge store](knowledge-store-howto.md)
31+
To see projections defined in context, step through [How to get started with knowledge store](knowledge-store-howto.md).
3232

3333
## Projection groups
3434

@@ -62,6 +62,9 @@ You can project a single document in your index into multiple tables, preserving
6262

6363
When defining a table projection within the `knowledgeStore` element of your skillset, start by mapping a node on the enrichment tree to the table source. Typically this node is the output of a **Shaper** skill that you added to the list of skills to produce a specific shape that you need to project into tables. The node you choose to project can be sliced to project into multiple tables. The tables definition is a list of tables that you want to project.
6464

65+
#### Projection Slicing
66+
When defining a table projection group, a single node in the enrichment tree can be sliced into multiple related tables. Adding a table with a source path that is a child of an existing table projection will result in the child node being sliced out of the parent node and projected into the new yet related table. This allows you to define a single node in a shaper skill that can be the source for all of your table projections.
67+
6568
Each table requires three properties:
6669

6770
+ tableName: The name of the table in Azure Storage.
@@ -170,4 +173,4 @@ Finally, if you need to export your data from the knowledge store, Azure Data Fa
170173
As a next step, create your first knowledge store using sample data and instructions.
171174

172175
> [!div class="nextstepaction"]
173-
> [How to create a knowlege store](knowledge-store-howto.md).
176+
> [How to create a knowlege store](knowledge-store-howto.md).
33 KB
Loading
121 KB
Loading
38.9 KB
Loading
76.2 KB
Loading
102 KB
Loading
40.5 KB
Loading
47.7 KB
Loading

0 commit comments

Comments
 (0)