-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Colab demo: finder.get_answers throws error #68
Comments
Thanks for reporting this @patil-suraj! @tanaysoni Can you please have a look? I think it's related to our change from last Friday introducing the |
I managed to fix this issue by converting the list of |
Hey @patil-suraj, so there's is a pull request or something with the fix? Thanks |
Hey @mansilla , |
Great! Thanks for the hard work. |
Hey @mansilla |
We are working on revamping the tutorials in #79 and incorporating the many new features released since the tutorials were written. This issue will be fixed in the updated tutorials. |
@tanaysoni Great! And thank you for resolving this issue. |
@tanaysoni Thanks! |
Fixed |
Add component `from_dict` and `to_dict` methods
I was trying out the Bsic QA colab tutorial and the call to
finder.get_answers
throws following errorI looked through the codebase and it seems that
finder.getanswers
expects a list ofDocument
objects formretriever.retrieve
butretriever.retrieve
returns a tuple with 2 lists, list of paragraph text and list of meta-data dicts.The text was updated successfully, but these errors were encountered: