Replies: 1 comment
-
Hello @Kandaraa! Let's try to clarify your doubts...
Read more about the retriever and the reader in the Haystack Docs. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
I'm currently discovering your tool and it's just awesome! I'm just wondering if the method below retrieve only 10K documents:
prediction = pipe.run( query="my question?", params={"Retriever": {"top_k": 10 }, "Reader": {"top_k": 10}} )
Because when I activate the debug mode I can see the Elasticsearch respond and if figure out like this
DEBUG - elasticsearch - < {"took":155,"timed_out":false,"_shards":{"total":1,"successful":1,"skipped":0,"failed":0},"hits":{"total":{"value":10000,"relation":"gte"},"max_score":13.804194...........
Noting that my Elasticsearch index contain 2M documents. I don't know if I'm doing it right or not. Thus, if there is another way to work with the 2M documents at the same time please don't hesitate to clarify it.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions