Azure-Samples / azure-search-openai-javascript

A TypeScript sample app for the Retrieval Augmented Generation pattern running on Azure, using Azure AI Search for retrieval and Azure OpenAI and LangChain large language models (LLMs) to power ChatGPT-style and Q&A experiences.
MIT License
254 stars 132 forks source link

Suggestion: Use remoteBuild for ACA #217

Open pamelafox opened 1 month ago

pamelafox commented 1 month ago

For faster dockerless-deploys! See example here of how to enable and specify the azd min version: https://github.com/Azure-Samples/rag-postgres-openai-python/blob/main/azure.yaml

sinedied commented 1 month ago

Thanks, I'll a have a look!