-
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
Replace dpr with embeddingretriever tut14 #2336
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
res_2 = transformer_question_classifier.run(query="Arya Stark was the daughter of a Lord.") | ||
print("ES Results" + "\n" + "=" * 15) | ||
print_answers(res_2, details="minimum") | ||
print_documents(res_2) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just found this bug myself. Great to see that you have already included the fix. 👍
@mkkuemmel I've just fixed 1 mini typo, can you have a look and if all good I'll approve and we can merge this. I agree with you on the complication of Tutorial 14 though (discussed offline) - But I think that's something we can create a separate issue and PR for. So here goes: Issue 2364 |
Proposed changes:
Status (please check what you already did):