Yah, cause most of the docs mention RetriverQueryEngine and I can’t find anything chat equivalent. I just want to have previous context sent in to create a basic chat experience.
"I just want to have previous context sent in to create a basic chat experience" -- turns out when doing that on top of RAG, there's many approaches to do that, and none are perfect 😄
You can use that retriever directly with context chat engine, or condense plus content context chat engine.
You could also wrap the retriever in a tool and use it with an agent. Or put the retriever into a query engine and also use with an agent