Skip to content
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

Rag tutorial fixes #1375

Merged
merged 2 commits into from Aug 30, 2021
Merged

Conversation

hammer
Copy link
Contributor

@hammer hammer commented Aug 29, 2021

delete_all_documents --> delete_documents (cf. #1045)

`delete_all_documents` --> `delete_documents` (cf. deepset-ai#1045)
`delete_all_documents` --> `delete_documents` (cf. deepset-ai#1045)
@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

Copy link
Member

@julian-risch julian-risch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! I ran the colab notebook to test it. 👍

The failing test case is unrelated. There is an open PR that fixes that test case here: #1372
Further, I found some other places in the code where the deprecated method delete_all_documents is used. I created a new issue to replace it with delete_documents here: #1376

Thank you for your contribution!

@julian-risch julian-risch merged commit 1c8a03a into deepset-ai:master Aug 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants