You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there an existing issue for the same feature request?
I have checked the existing issues.
Is your feature request related to a problem?
Example:
Firstly, a user asks about Michael Jackson and receives an answer.
Secondly, a user asks "When was he born?" and doesn't receive an answer because chat history is taken into account only in the last step - when LLM is generating an answer. The workflow exceeds maximum question rewrites as the retrieval doesn't return anything for "When was he born?".
Describe the feature you'd like
I believe question rewrite should take into account chat history so that the question "When was he born?" can be rewritten as "When was Michael Jackson born?".
The text was updated successfully, but these errors were encountered:
### What problem does this PR solve?
#2362#2484
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
- [x] Performance Improvement
Is there an existing issue for the same feature request?
Is your feature request related to a problem?
Example:
Firstly, a user asks about Michael Jackson and receives an answer.
Secondly, a user asks "When was he born?" and doesn't receive an answer because chat history is taken into account only in the last step - when LLM is generating an answer. The workflow exceeds maximum question rewrites as the retrieval doesn't return anything for "When was he born?".
Describe the feature you'd like
I believe question rewrite should take into account chat history so that the question "When was he born?" can be rewritten as "When was Michael Jackson born?".
The text was updated successfully, but these errors were encountered: