The community member asked if it is possible to configure a retriever (e.g. topk = X) and filters when using the Chat Engine, and if it is possible to print the source nodes for each chat question/response. Another community member responded that the similarity_top_k parameter can be passed as a kwarg to index.as_chat_engine(), and that the source nodes can be accessed using response.source_nodes. The community members also discussed how to use filters and the response_stream.print_response_stream() method to print the source nodes.