Azure AI Search Index

Kushagra Sharma 90 Reputation points
2024-04-23T11:53:05.6533333+00:00

Hello,
Could someone explain how 'docs' are generated when creating an Index in Azure AI Services?
Is there a standard procedure or a specific formula dictating the number of 'docs' created within an Index based on the file's size?

and What exactly do their Indexes or 'docs' store?User's image

Thanks in Advance 😊

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.
741 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,988 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. brtrach-MSFT 15,351 Reputation points Microsoft Employee
    2024-05-07T04:43:41.5766667+00:00

    @Kushagra Sharma When creating an index in Azure AI Services, the "docs" (short for documents) are generated based on the content of the data source that you are indexing. The data source can be a variety of things, such as a SQL database, a blob storage container, or a set of JSON files.

    The number of documents that are created in the index depends on the content of the data source. For example, if you are indexing a SQL database that contains 1000 rows, then you will have 1000 documents in your index. Similarly, if you are indexing a blob storage container that contains 1000 files, then you will have 1000 documents in your index.

    There is no specific formula that dictates the number of documents created within an index based on the file's size. However, there are some best practices that you can follow to optimize the indexing process. For example, you can split large files into smaller chunks to improve indexing performance.

    0 comments No comments