From 368a1076e802248211c22bff23dc28d5b530fbbb Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Tue, 2 Jan 2024 12:35:41 +0000 Subject: [PATCH] Fix pipeline name in plagiarsm detection notebook (Fixes #148) --- .../plagiarism_detection_es.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supporting-blog-content/plagiarism-detection-with-elasticsearch/plagiarism_detection_es.ipynb b/supporting-blog-content/plagiarism-detection-with-elasticsearch/plagiarism_detection_es.ipynb index 93376d33..19f77e7d 100644 --- a/supporting-blog-content/plagiarism-detection-with-elasticsearch/plagiarism_detection_es.ipynb +++ b/supporting-blog-content/plagiarism-detection-with-elasticsearch/plagiarism_detection_es.ipynb @@ -314,7 +314,7 @@ " },\n", " dest= {\n", " \"index\": \"plagiarism-checker\",\n", - " \"pipeline\": \"plagiarism-pipeline\"\n", + " \"pipeline\": \"plagiarism-checker-pipeline\"\n", " }\n", ")" ],