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
656 stars 330 forks source link

Admin App can not be used behind a proxy which block websocket #131

Open deuch opened 6 months ago

deuch commented 6 months ago

Motivation

Admin Webapp is build with streamlit and it can not work if a corporate proxy refused the weksocket connection for security purpose.

Is it possible to have the admin webapp in node.js instead of streamlit please ? Like the Chat app :)

Thanks

Requirements

Tasks

To be filled in by the engineer picking up the issue

deuch commented 5 months ago

Hello,

Any update on this issue ? My FSI consumer is blocking the deployment because of the websocket needed by streamlit.

Thanks

Lawndemon commented 3 months ago

I believe the only workaround for this is to have the URL whitelisted or to completely swap out the front-end architecture or shift away from streamlit. I'm planning to do the latter because the streamlits perform very poorly thus far.