Apr 24 2024 12:33 AM
I want to build a RAG system using AzureOpenAI and AzureAISearch.
I am currently struggling with the on your data feature of AzureOpenAI to adjust the field composition of the uploaded files.
The uploaded file has two fields, a question field and a content field, but the field structure of the index created summarizes all the information about the contents of the file in the content field.
Therefore, when a particular question is asked from AzureOpenAI, multiple questions and answers are output, summarized in the content field. This is not the expected result.
The expected result is that a specific question should return one answer to a specific question.
Perhaps to do this I need to edit the json in the index field, but I am having difficulty understanding how to do this.
If anyone has any knowledge of this, please let me know.
Thank you.