Issue Description
First of all, thank you for the amazing work on Multimodal RAG. I have been testing it, and the response accuracy has exceeded my expectations. However, I have encountered an issue where the cropped images, which I believe are automatically saved in the documents-images container, are not displayed in the AnalysisPanelTabs.ThoughtProcessTab as expected.
Steps to Reproduce
- Run Multimodal RAG and upload an image for processing.
- Navigate to the
AnalysisPanelTabs.ThoughtProcessTab.
- Observe that the cropped images are not displayed.
Observed Behavior
The cropped images saved in the documents-images container are not displayed in the ThoughtProcessTab.
Expected Behavior
The cropped images stored in the documents-images container should be displayed in the ThoughtProcessTab.
Additional Information
Upon inspecting with developer tools, it seems there is an issue with access permissions as shown in the following error message:
Failed to load resource: the server responded with a status of 409 (Public access is not permitted on this storage account.)
Is there a way to display these images without enabling public access on this storage account? Any guidance or suggestions would be greatly appreciated.
Issue Description
First of all, thank you for the amazing work on Multimodal RAG. I have been testing it, and the response accuracy has exceeded my expectations. However, I have encountered an issue where the cropped images, which I believe are automatically saved in the
documents-imagescontainer, are not displayed in theAnalysisPanelTabs.ThoughtProcessTabas expected.Steps to Reproduce
AnalysisPanelTabs.ThoughtProcessTab.Observed Behavior
The cropped images saved in the
documents-imagescontainer are not displayed in theThoughtProcessTab.Expected Behavior
The cropped images stored in the
documents-imagescontainer should be displayed in theThoughtProcessTab.Additional Information
Upon inspecting with developer tools, it seems there is an issue with access permissions as shown in the following error message:
Is there a way to display these images without enabling public access on this storage account? Any guidance or suggestions would be greatly appreciated.