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 ?
@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?