From 1c8a03aaa2228006665d7b19476e300e99982878 Mon Sep 17 00:00:00 2001 From: Jeff Hammerbacher Date: Mon, 30 Aug 2021 09:27:18 -0400 Subject: [PATCH] Rag tutorial fixes (#1375) * Update Tutorial7_RAG_Generator.ipynb `delete_all_documents` --> `delete_documents` (cf. #1045) * Update Tutorial7_RAG_Generator.py `delete_all_documents` --> `delete_documents` (cf. #1045) --- tutorials/Tutorial7_RAG_Generator.ipynb | 2 +- tutorials/Tutorial7_RAG_Generator.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/Tutorial7_RAG_Generator.ipynb b/tutorials/Tutorial7_RAG_Generator.ipynb index c9f42649d..811654ee5 100644 --- a/tutorials/Tutorial7_RAG_Generator.ipynb +++ b/tutorials/Tutorial7_RAG_Generator.ipynb @@ -397,4 +397,4 @@ }, "nbformat": 4, "nbformat_minor": 0 -} \ No newline at end of file +} diff --git a/tutorials/Tutorial7_RAG_Generator.py b/tutorials/Tutorial7_RAG_Generator.py index 44e8909b9..88c84f1f0 100644 --- a/tutorials/Tutorial7_RAG_Generator.py +++ b/tutorials/Tutorial7_RAG_Generator.py @@ -123,4 +123,4 @@ if __name__ == "__main__": # This Haystack script was made with love by deepset in Berlin, Germany # Haystack: https://github.com/deepset-ai/haystack -# deepset: https://deepset.ai/ \ No newline at end of file +# deepset: https://deepset.ai/