Skip to content

Commit 368a107

Browse files
Fix pipeline name in plagiarsm detection notebook (Fixes #148)
1 parent 4a46d44 commit 368a107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supporting-blog-content/plagiarism-detection-with-elasticsearch/plagiarism_detection_es.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@
314314
" },\n",
315315
" dest= {\n",
316316
" \"index\": \"plagiarism-checker\",\n",
317-
" \"pipeline\": \"plagiarism-pipeline\"\n",
317+
" \"pipeline\": \"plagiarism-checker-pipeline\"\n",
318318
" }\n",
319319
")"
320320
],

0 commit comments

Comments
 (0)