Find answers from the community

Updated 3 months ago

No text

Hi all, I was going through the documentation of query evaluator & query response evaluator, I found out it examples where response_mode="no_text" So, I'm curious to know when we use no_text response mode does it affect the accuracy of evaluator?

When gone through the code of evaluators, I also found out that answer=str(response) is requried and prompt are written in such ways that It assumes an answer with it.

Any help here . Thanks!
L
1 comment
Yea the no text mode only sets the source_nodes of the response object.

It's useful for retrieving nodes without calling the LLM, but since there's no response text, there's nothing to evaluate
Add a reply
Sign up and join the conversation on Discord