We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Often, applications need to manage conversation history before using a user's message in calls to external tools.
One example is RAG/Document Search, where a standalone user query is needed to run a retrieval operation.
user query
For example, consider the conversation history:
The query to the document search should be condensed into "What is the most famous monument in Paris?"
Handling history is an important component in nearly every Generative AI application.
No response
The text was updated successfully, but these errors were encountered:
ludwiktrammer
Successfully merging a pull request may close this issue.
Feature description
Often, applications need to manage conversation history before using a user's message in calls to external tools.
One example is RAG/Document Search, where a standalone
user query
is needed to run a retrieval operation.For example, consider the conversation history:
The query to the document search should be condensed into "What is the most famous monument in Paris?"
Motivation
Handling history is an important component in nearly every Generative AI application.
Additional context
No response
The text was updated successfully, but these errors were encountered: