Hello, everyone. I'm in the process of building a chatbot that needs to query a knowledge base. I have created embeddings for my documents and stored them in qdrand. I've tried using the condense_question chat mode, but when I attempt to query the same question multiple times consecutively, the question changes each time I ask it. This variation affects the similarity search and, consequently, impacts my response. Do you have any suggestions to address this issue?