Find answers from the community

Updated 3 months ago

Hi guys, I am building a chatbot with

Hi guys, I am building a chatbot with RetrieverQueryEngine, which can talk with my documents. Is it possible to add the chat history as 'context' so that the chat bot can answer the question based on conversation memory ?
1
T
b
h
10 comments
I had the same question, thanks!
Unfortunately, there doesn't seem to be a corresponding RetrieverChatEngine to keep track of chat history when building a hybrid retriever.
I just quickly verified you cannot substitute a query engine with a chat engine into a QueryFusionRetriever object.
i'm using ReActAgent with tools, which exposes chat
but yea, not quite the same
Have tried several ways for this issue, and still no luck...
@Teemu Would you happen to know if, when you enable chat history, if the history increasingly reduces the context window buffer with each subsequent query or if the history gets incorporated automatically into the vector store?
Add a reply
Sign up and join the conversation on Discord