The community member is asking how to create a BasicChatEngine from a retriever mentioned in the auto-retriever documentation. The comment suggests that the default modes of chat engines like CondensePlusContextChatEngine and SimpleChat handle the interaction with knowledge differently, with some containing a query_engine instance and others containing a retriever instance. The comment provides an example of how to create a CondensePlusContextChatEngine using the retriever.