Closed vasnt closed 2 months ago
@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?
Thanks yes exactly.
if requested information is differing in multiple pages, can it successfully deduce which one is correct?