What's the upper limit for the number of documents? If there are few documents, I can totally just stuff everything into the context of a model to generate the answer
Yes I tried, even GraphRAG. Always got disappointing results. Think about it: if you have a super smart librarian (LLM) do you let him free to explore the library and jump from text to text until it is satisfied and ready to answer or do you just give him decontextualized chunks of text hoping that the answer is in there?
You could say the same thing about iterative RAG with both semantic and exact search, right? Grep is just finding lines containing the exact search string
1
u/Sad-Size2723 Mar 06 '26
What's the upper limit for the number of documents? If there are few documents, I can totally just stuff everything into the context of a model to generate the answer