diff --git a/README.md b/README.md index 3bb8585c..faf14479 100644 --- a/README.md +++ b/README.md @@ -613,7 +613,7 @@ are executed after the query and before the query. For example, you can use this ### How come I get different results than your papers? -Internal at FutureHouse, we have a slightly different set of tools. We're trying to get some of them, like citation traversral, into the OSS version here. However, we have APIs and licenses to access research papers that we cannot share openly. Similarily, in our research papers we do not start with the known relevant PDFs. Our agent has to identify them using keyword search over all papers, rather than just a subset. We're gradually aligning these two versions of PaperQA, but until there is an open-source way to freely access papers (even just open source papers) you will need to provide PDFs yourself. +Internally at FutureHouse, we have a slightly different set of tools. We're trying to get some of them, like citation traversral, into this repo. However, we have APIs and licenses to access research papers that we cannot share openly. Similarily, in our research papers' results we do not start with the known relevant PDFs. Our agent has to identify them using keyword search over all papers, rather than just a subset. We're gradually aligning these two versions of PaperQA, but until there is an open-source way to freely access papers (even just open source papers) you will need to provide PDFs yourself. ### How is this different from LlamaIndex?