Video: https://www.youtube.com/watch?v=Dnaugr7hulc
Sharing here this video on how to deploy a Streamlit LLM app on Microsoft Azure with:
Azure App Service Plan + Azure Web App (using the free tier )
SSO Authentication from Entra ID
GitHub Actions CI/CD pipeline
RAG and LLMs from the Azure OpenAI Service and LangChain
Chose the Region where you deploy the Web and the AI models
We can run everything inside Europe and Microsoft Azure for example, so our data doesnβt go to other regions nor third parties (not even OpenAI, just Microsoft ).
Code: GitHub - enricd/rag_llm_app
Blog: Program a RAG LLM Chat App with LangChain + Streamlit + *o1, GTP-4o and Claude 3.5 | by Enric Domingo | Sep, 2024 | Medium