File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
supporting-blog-content/plagiarism-detection-with-elasticsearch Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 4848 {
4949 "cell_type" : " code" ,
5050 "source" : [
51- " from elasticsearch import Elasticsearch, helpers\n " ,
51+ " from elasticsearch import Elasticsearch\n " ,
52+ " from elasticsearch.client import MlClient\n " ,
53+ " from eland.ml.pytorch import PyTorchModel\n " ,
54+ " from eland.ml.pytorch.transformers import TransformerModel\n " ,
5255 " from urllib.request import urlopen\n " ,
5356 " import json\n " ,
54- " from urllib.request import urlopen\n " ,
5557 " from pathlib import Path\n " ,
56- " from eland.ml.pytorch import PyTorchModel\n " ,
57- " from eland.ml.pytorch.transformers import TransformerModel\n " ,
58- " from elasticsearch.client import MlClient\n " ,
5958 " import getpass"
6059 ],
6160 "metadata" : {
468467 "outputs" : []
469468 }
470469 ]
471- }
470+ }
You can’t perform that action at this time.
0 commit comments