Azure-Samples / aisearch-openai-rag-audio

A simple example implementation of the VoiceRAG pattern to power interactive voice generative AI experiences using RAG with Azure AI Search and Azure OpenAI's gpt-4o-realtime-preview model.
https://azure.microsoft.com/products/search
MIT License
211 stars 105 forks source link

Moved frontend build for Azure deployment into multi stage container #21

Closed evmin closed 1 week ago

evmin commented 1 week ago

Switched the Azure deployment to multistage build.

Changes:

pamelafox commented 1 week ago

I think this is a nice idea, @evmin discussed it with me offline. @evmin Does anything needed to be added to a dockerignore, given the Dockerfile is now building from app?

pamelafox commented 1 week ago

I am doing a test deploy with this now, I'll approve if that works.

pamelafox commented 1 week ago

Looks good, I've asked @chuwik to take a look as well.