How to get page number correctly from azure ai search index when run the azure open ai model?
I upload my document ( a pdf file) to Azure blob storage. Then I use Azure AI Search to import and vectorize the file, and it create an search index. When I run the Azure open AI model on VS code, which connect and retrieve this search index. I choose to return the citations for the retrieved document.