bdleavitt / chatgpt-on-azure

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.
https://azure.microsoft.com/products/search
MIT License
1 stars 0 forks source link

SPIKE | As a user, I want to preserve long context (better?) #12

Open kjpap opened 1 year ago

kjpap commented 1 year ago

This issue is for a: (mark with an x)

[ ] bug report -> please search issues before submitting
[x] feature request
[ ] documentation issue or request
[ ] regression (a behavior that used to work and stopped in a new release)

Description

As a user, I want to preserve long context so that my conversation is relevant and delivers the best quality results.

Because of the token limit, conversations are constrained. To preserve context over longer conversations, a mechanism like summarization needs to be used so that the conversation provides high value.

Expected/desired behavior

Mention any other details that might be useful

kjpap commented 1 year ago

The current solution does this to an extent, we may be ok with how it's implemented so could close this one.