Skip to content

Commit 75319a0

Browse files
authored
Merge pull request #106863 from vkurpad/projections
connected docs
2 parents 0292bfc + 62475a7 commit 75319a0

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

articles/search/knowledge-store-concept-intro.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,13 @@ The simplest approach for creating enriched documents is [through the portal](kn
144144

145145
> [!div class="nextstepaction"]
146146
> [Create a knowledge store using Postman and REST](knowledge-store-create-rest.md)
147+
148+
To learn more about projections, the capabilities and how you [define them in a skillset](knowledge-store-projection-overview.md)
149+
150+
> [!div class="nextstepaction"]
151+
> [Projections in a knowledge store](knowledge-store-projection-overview.md)
152+
153+
For a tutorial covering advanced projections concepts like slicing, inline shaping and relationships, start with [define projections in a knowledge store](knowledge-store-projections-examples.md)
154+
155+
> [!div class="nextstepaction"]
156+
> [Define projections in a knowledge store](knowledge-store-projections-examples.md)

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,3 +208,8 @@ As a next step, create your first knowledge store using sample data and instruct
208208

209209
> [!div class="nextstepaction"]
210210
> [Create a knowledge store in REST](knowledge-store-create-rest.md).
211+
212+
For a tutorial covering advanced projections concepts like slicing, inline shaping and relationships, start with [define projections in a knowledge store](knowledge-store-projections-examples.md)
213+
214+
> [!div class="nextstepaction"]
215+
> [Define projections in a knowledge store](knowledge-store-projections-examples.md)

articles/search/knowledge-store-projections-examples.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,13 @@ When defining a projection, there are a few common issues that can cause unantic
668668

669669
The examples in this article demonstrate common patterns on how to create projections. Now that you have a good understanding of the concepts, you are better equipped to build projections for your specific scenario.
670670

671-
As you iterate over knowledge store definitions, consider incremental enrichment as your next step. Incremental enrichment is based on caching, which lets you reuse any enrichments that are not otherwise affected by a skillset modification. This is especially useful for pipelines that include OCR and image analysis.
671+
As you explore new features, consider incremental enrichment as your next step. Incremental enrichment is based on caching, which lets you reuse any enrichments that are not otherwise affected by a skillset modification. This is especially useful for pipelines that include OCR and image analysis.
672672

673673
> [!div class="nextstepaction"]
674-
> [Introduction to incremental enrichment and caching](cognitive-search-incremental-indexing-conceptual.md)
674+
> [Introduction to incremental enrichment and caching](cognitive-search-incremental-indexing-conceptual.md)
675+
676+
For an overview on projections, learn more about capabilities like groups and slicing, and how you [define them in a skillset](knowledge-store-projection-overview.md)
677+
678+
> [!div class="nextstepaction"]
679+
> [Projections in a knowledge store](knowledge-store-projection-overview.md)
680+

0 commit comments

Comments
 (0)