Skip to content

Commit 4817bc7

Browse files
Merge pull request #149 from miguelgrinberg/fix-plagiarism-pipeline-name
Fix pipeline name in plagiarsm detection notebook (Fixes #148)
2 parents 763e2db + 368a107 commit 4817bc7

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)