KeyError : 'Retriever' while implementing Evaluation example: https://haystack.deepset.ai/tutorials/05_evaluation #4726
Unanswered
tosingithub
asked this question in
Questions
Replies: 1 comment 4 replies
-
@tosingithub the tutorial in Colab works for me, it's hard to say what's not working in your local environment. Feel free to add more details but otherwise we can't help with this little context you provide. |
Beta Was this translation helpful? Give feedback.
4 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Please, I need help to resolve the error I'm getting while trying to replicate the example in the mentioned Evaluation guide. When it gets to the
retriever_result = eval_result["Retriever"]
, I get the following error. The same error occurs for the Reader, if I comment out the earlier line. I'm using FAISSDocumentStore instead of ElasticSearch but everything else is essentially the same.Beta Was this translation helpful? Give feedback.
All reactions