We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f49505 commit 3b023f0Copy full SHA for 3b023f0
notebooks/document-chunking/with-index-pipelines.ipynb
@@ -363,7 +363,6 @@
363
"from elasticsearch import helpers\n",
364
"\n",
365
"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",
367
"docs = json.loads(urlopen(url).read())\n",
368
369
"operations = [\n",
0 commit comments