Azure-Samples / azure-search-openai-demo-csharp

A sample app for the Retrieval-Augmented Generation pattern running in Azure, using Azure Cognitive Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences.
MIT License
555 stars 346 forks source link

Default sort order for chat should be set to "bottom" #217

Closed luisquintanilla closed 6 months ago

shibbas commented 8 months ago

The default sort for the chat thread is set to add new questions to top. It should probably default to bottom.

image
jmatthiesen commented 6 months ago

Renamed after talking with @luisquintanilla since there is only one bug mentioned in this issue. See linked PR with a fix.