Skip to content

Commit 12923f5

Browse files
committed
Add sample data file, fix URL
1 parent 2f9618b commit 12923f5

File tree

2 files changed

+154
-1
lines changed

2 files changed

+154
-1
lines changed

notebooks/generative-ai/question-answering.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"import json\n",
5757
"from urllib.request import urlopen\n",
5858
"\n",
59-
"url = \"https://raw.githubusercontent.com/elastic/elasticsearch-labs/main/esre-examples/python-flask-example/example-data/data.json\"\n",
59+
"url = \"https://raw.githubusercontent.com/elastic/elasticsearch-labs/main/notebooks/generative-ai/sample_data/data.json\"\n",
6060
"\n",
6161
"response = urlopen(url)\n",
6262
"\n",

0 commit comments

Comments
 (0)