Find answers from the community

Updated 3 months ago

CondenseChatengine

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
W
S
2 comments
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.

For more you can check the code here:
https://github.com/run-llama/llama_index/blob/main/llama_index/chat_engine/condense_question.py#L162
@WhiteFang_Jr thank you so much!
Add a reply
Sign up and join the conversation on Discord