Skip to content

Commit 3b023f0

Browse files
authored
Update with-index-pipelines.ipynb
1 parent 6f49505 commit 3b023f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

notebooks/document-chunking/with-index-pipelines.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,6 @@
363363
"from elasticsearch import helpers\n",
364364
"\n",
365365
"url = \"https://raw.githubusercontent.com/elastic/elasticsearch-labs/main/datasets/workplace-documents.json\"\n",
366-
"url = \"https://raw.githubusercontent.com/elastic/elasticsearch-labs/main/example-apps/chatbot-rag-app/data/data.json\"\n",
367366
"docs = json.loads(urlopen(url).read())\n",
368367
"\n",
369368
"operations = [\n",

0 commit comments

Comments
 (0)