sample-app-aoai-chatGPT icon indicating copy to clipboard operation
sample-app-aoai-chatGPT copied to clipboard

Citation Font Rendering

Open rolotumazi opened this issue 1 year ago • 2 comments

I noticed that recently when deploying a chat to the webapp the citation's fonts and images may not being rendered. An example is newline characters remain "\n" and html links. Also images are no longer rendering.

The data uploaded to be used as embedding in the deployments for search are PDFs and MDs. The fonts render just fine on a deployment to a web-app I did on the 24th of Nov but not any of the web-apps I'm currently deploying. The exact same PDF documents are used.

rolotumazi avatar Dec 01 '23 11:12 rolotumazi

Hi @rolotumazi when did you index your data? You might try to index the data again and see if that improves the display. There was a bug with over-escaped special characters that has since been fixed.

sarah-widder avatar Jan 11 '24 18:01 sarah-widder

Hi @sarah-widder , I will try to index the data again. I certainly do not see the same issue with escaped return lines ("\n"). Related to this I'm now having issues with the citations not including images and latex equations not rendering. Is this expected behaviour?

rolotumazi avatar Jan 17 '24 17:01 rolotumazi