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
{{ message }}
This repository was archived by the owner on Dec 30, 2023. It is now read-only.
Currently the knowledge base only supports a single round of dialogue, but sometimes we can't ask questions accurately, which may require incremental questions.
Solution
Let the knowledge base support multiple rounds of dialogue (or fake multiple rounds of dialogue)
Plan B
No response
Additional
The biggest difference between knowledge base question answering and general question answering lies in the additional context. The context is often very long. If the context obtained by each question is spliced, it is easy to exceed the token window. This requires a trick