How to search 16MB or more of data in cognitive search

Maruyama, Sota/丸山 颯太 0 Reputation points
2023-08-31T02:32:42.1666667+00:00

Cognitive Search has a maximum document size of 16MB.

Using the "Microsoft.Skills.Text.SplitSkill" skill set,

Is it possible to search over 16MB of data?

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
1,278 questions
{count} votes

1 answer

Sort by: Most helpful
  1. VenkateshDodda-MSFT 24,591 Reputation points Microsoft Employee
    2023-09-04T07:40:07.39+00:00

    @Maruyama, Sota/丸山 颯太 Thanks for your patience on this.
    I have checked with Azure cognitive search engineering team on this and sharing the below.
    Regarding the 16MB limit, as you are trying to use the indexer, the limit is related to the search service SKU

    S1 and up support the largest size of doc and also if you want to use smaller SKUs such as basic or free then you need split the docs before ingestion.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.