microsoft / sample-app-aoai-chatGPT

Sample code for a simple web chat experience through Azure OpenAI, including Azure OpenAI On Your Data.
MIT License
1.53k stars 2.37k forks source link

Citation info is incomplete but it answers the question correctly. #626

Open rehat22 opened 6 months ago

rehat22 commented 6 months ago

This is the issue. There is a bug in chunking pipeline from azure ml as it doesn't map the field title and its blank. Wonder thats the reason.

Screenshot 2024-02-16 at 5 20 12 PM

sarah-widder commented 6 months ago

Hi @rehat22 - can you share more details on how the index was created, and what the index field schema looks like? What have you configured for the "content" fields in the field mapping?

rehat22 commented 6 months ago

Hi, This is the schema. The index was created with Azure AI studio - which used a pipeline from Azure ML. Would running a script from desktop would be better to update and create the index?

Screenshot 2024-02-26 at 8 59 54 PM Screenshot 2024-02-26 at 8 58 35 PM

rehat22 commented 6 months ago

information is complete in the response but blank in the citation.

rehat22 commented 5 months ago

please let me know, thank you