sample-app-aoai-chatGPT
sample-app-aoai-chatGPT copied to clipboard
Citation Font Rendering
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.
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.
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?