Azure-Samples / chat-with-your-data-solution-accelerator

A Solution Accelerator for the RAG pattern running in Azure, using Azure AI Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences. This includes most common requirements and best practices.
https://azure.microsoft.com/products/search
MIT License
651 stars 324 forks source link

Unable to view images in Explore Data tab in Admin app #929

Closed cecheta closed 1 month ago

cecheta commented 1 month ago

Describe the bug

Unable to view images in Explore Data tab in Admin app

Expected behavior

Presumably, we should show the image caption.


Debugging information

Steps to reproduce

Screenshots

image

Logs

Traceback (most recent call last): File "/tmp/8dc75b88931e1c2/pages/02_Explore_Data.py", line 47, in <module> data = search_handler.process_results(results) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/tmp/8dc75b88931e1c2/batch/utilities/search/azure_search_handler.py", line 31, in process_results data = [ ^ File "/tmp/8dc75b88931e1c2/batch/utilities/search/azure_search_handler.py", line 32, in <listcomp> [json.loads(result["metadata"])["chunk"], result["content"]] ~~~

Tasks

To be filled in by the engineer picking up the issue