Find answers from the community

Updated last year

Hi I want to know if there is a way to

Hi! I want to know if there is a way to get the processed question that the CondenseQuestionChatEngine makes.
When I run the code with verbose=True:
self.chat_engine = CondenseQuestionChatEngine.from_defaults( query_engine=self.query_engine, verbose=True, memory=self.memory )
I get in the console: Querying with: How are you?
I want to save that question to do fine tuning with the processed question and not with the real question
b
e
2 comments
under the sheet it uses _condense_question you can try to call that yourself
Add a reply
Sign up and join the conversation on Discord