Wondering: Conflicting Data
vasnt opened this issue · 2 comments
vasnt commented
if requested information is differing in multiple pages, can it successfully deduce which one is correct?
merveenoyan commented
@vasnt if you are referring to RAG example, you can return multiple documents by setting e.g. topk=3
and return relevant ones, and feed multiple documents to the LLM to decide in the end. does this answer your question?
vasnt commented
Thanks yes exactly.