Cognitive search pdf embedding

Yazn Eyad Zamel 20 Reputation points
2023-08-18T15:17:44.8833333+00:00

I want to use cognitive search to ingest pdf document and do indexing on it , then be used by Azure OpenAI to query results and answer some prompts. My concern is : how will azure openai connect to the cognitive search and do i need to embed the index search in azure vector database. i am unaware of the integration to reach at the end for a solution where i can ask Azure OpenAI about my pdf document.

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,340 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
4,082 questions
0 comments No comments
{count} votes

Accepted answer
  1. Azar 29,520 Reputation points MVP Volunteer Moderator
    2023-08-18T16:31:42.07+00:00

    Hi @Yazn Eyad Zamel

    this is possible you can ingest PDF documents into Azure Cognitive Search, index them, and then use Azure OpenAI to query the indexed data. you need to Ingest and Index PDF Documents with Azure Cognitive Search and later use cognitive search API.

    For more details kindly go through the documentation below

    Azure Cognitive Search Documentation

    Search API Documentation

    If this helps kindly accept the answer for any assistance ping here thanks much.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

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.