Skip to content

Commit c3d3dad

Browse files
authored
Merge pull request #47649 from AndyCross/patch-1
Remove repeated line
2 parents e00abb8 + d3b7f0e commit c3d3dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Once a document is in the enrichment pipeline, it is represented as a tree of co
4343
|SQL|/document/{column1}<br>/document/{column2}<br>…|N/A |
4444
|Cosmos DB|/document/{key1}<br>/document/{key2}<br>…|N/A|
4545

46-
As skills execute, they add new nodes to the enrichment tree. These new nodes may then be used as inputs for downstream skills, projecting to the knowledge store, or mapping to index fields. Enrichments aren't mutable: once created, nodes cannot be edited. As your skillsets get more complex, so will your enrichment tree, but not all nodes in the enrichment tree need to make it to the index or the knowledge store. You can selectively persist only a subset of the enrichments to the index or the knowledge store.
46+
As skills execute, they add new nodes to the enrichment tree. These new nodes may then be used as inputs for downstream skills, projecting to the knowledge store, or mapping to index fields. Enrichments aren't mutable: once created, nodes cannot be edited. As your skillsets get more complex, so will your enrichment tree, but not all nodes in the enrichment tree need to make it to the index or the knowledge store.
4747

4848
You can selectively persist only a subset of the enrichments to the index or the knowledge store.
4949
For the rest of this document, we will assume we are working with [hotel reviews example](https://docs.microsoft.com/azure/search/knowledge-store-connect-powerbi), but the same concepts apply to enriching documents from all other data sources.

0 commit comments

Comments
 (0)