Hi everyone! Anyone knows why the INFO:llama_index.chat_engine.condense_question:Querying with: is modifying my initial questions? And how this is working on the background, how this modifiation is happening. Thanks in advance
So with Condense chat mode, your query is not checked against your data directly. First there is a LLM call which modifies your query based on the chat to make it more meaningful and then it is applied to the data for finding the relevant nodes from the data.