Skip to content

Commit aa4c7e6

Browse files
authored
Merge pull request #111784 from LuisCabrer/patch-87
Added a note on incremental enrichments
2 parents d64d123 + 414d68c commit aa4c7e6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

articles/search/search-faq-frequently-asked-questions.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,14 @@ By default, search results are scored based on the [statistical properties of ma
7979

8080
For example, suppose an input of "tour*" in a wildcard search produces matches on "tours", "tourettes", and "tourmaline". Given the nature of these results, there is no way to reasonably infer which terms are more valuable than others. For this reason, we ignore term frequencies when scoring results in queries of types wildcard, prefix, and regex. Search results based on a partial input are given a constant score to avoid bias towards potentially unexpected matches.
8181

82+
## Skillset Operations
83+
84+
### Are there any tips or tricks to reduce cognitive services charges on ingestion?
85+
86+
It is understandable that you don't want to execute built-in skills or custom skills more than is absolutely necessary, especially if you are dealing with millions of documents to process. With that in mind, we have added "incremental enrichment" capabilities to skillset execution. In essence, you can provide a cache location (a blob storage connection string) that will be used to store the output of "intermediate" enrichment steps. That allows the enrichment pipeline to be smart and apply only enrichments that are necessary when you modify your skillset. This will naturally also save indexing time as the pipeline will be more efficient.
87+
88+
Learn more about [incremental enrichment](cognitive-search-incremental-indexing-conceptual.md)
89+
8290
## Design patterns
8391

8492
### What is the best approach for implementing localized search?

0 commit comments

Comments
 (0)