How to make Azure AI search return images (in OpenAI service - from your own data)
Hadjmbarek Nadia
0
Reputation points
Hello, I am working on a RAG application with Azure AI search to index my PDF documents stored in Azure blob storage. The documents contains figures. The end goal is to create azure openai service (from your own data) to have a chatbot on my documents. The documents are 1000 pages long and contain figures.
I want :
- that the answers of azure OpenAI service contain the related figures from the indexed document when needed
- Do a variable size chunking based on the markedownformat since my documents are so long.
Sign in to answer