The community members are discussing the possibility of creating a ContextChatEngine using QueryPipelines. One community member suggests that it is possible, outlining a process of retrieving data, feeding it to a prompt template that pulls from retrieved nodes and chat history, and then running it through a large language model (LLM). Another community member notes that the chat history/memory might need to be a custom component, but that it would be easy to implement.