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
809 stars 410 forks source link

Investigate adding streaming to `/api/conversation/custom` endpoint #702

Open cecheta opened 6 months ago

cecheta commented 6 months ago

Motivation

At present, there is an env var AZURE_OPENAI_STREAM which controls streaming when using the byod endpoint, but it is not used at all when using the custom endpoint.

Investigate the feasibility of implementing streamed responses on the custom endpoint. This is probably non-trivial because:

How would you feel if this feature request was implemented?

image

Requirements

A list of requirements to consider this feature delivered

Tasks

To be filled in by the engineer picking up the issue

github-actions[bot] commented 2 days ago

This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 30 days.