Ingesting documents into Search AI using upload wizard vs Document Intelligence

Charles 0 Reputation points
2024-06-11T15:41:31.1366667+00:00

I have a collection of pdfs (2.5k documents, about 50 pages each) that I would like to retrieve information from. I have an Azure OpenAI resource as well as an Azure AI Search resource configured. In the Azure OpenAI Studio I can directly upload my documents and chat with the model about them. However, I have also seen some individuals use Azure AI Document Intelligence instead to ingest the documents into Azure AI Search. Is there a benefit of using Document Intelligence as opposed to simply uploading my documents directly in the OpenAI Studio?

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.
831 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,538 questions
Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,505 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. SnehaAgrawal-MSFT 19,841 Reputation points
    2024-06-12T13:48:31.55+00:00

    @Charles Azure Cognitive Search provides two ways to ingest documents: using the upload wizard or using Azure AI Document Intelligence.

    The upload wizard is a simple and straightforward way to upload documents to your search index. You can upload documents individually or in batches, and you can map fields in your documents to fields in your search index. This method is suitable for small to medium-sized document collections and for users who want to have full control over the ingestion process.

    On the other hand, Azure AI Document Intelligence is a more advanced and automated way to ingest documents. It uses machine learning models to extract information from your documents and enriches them with metadata. This method is suitable for large document collections and for users who want to automate the ingestion process and extract valuable insights from their documents.

    To elaborate Azure AI Document Intelligence is a cloud-based Azure AI service that enables you to build intelligent document processing solutions. Massive amounts of data, spanning a wide variety of data types, are stored in forms and documents. Document Intelligence enables you to effectively manage the velocity at which data is collected and processed and is key to improved operations, informed data-driven decisions, and enlightened innovation.

    Hope this helps.

    0 comments No comments