Skip to content

Commit 77159e3

Browse files
authored
Merge pull request #20 from shuangela/DOCSP-49051-stale-data-source
DOCSP-49051-stale-data-source
2 parents d10e6dd + 8a21992 commit 77159e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ai-integrations/llamaindex.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@
8383
"outputs": [],
8484
"source": [
8585
"# Load the sample data\n",
86-
"mkdir -p 'data/'\n",
87-
"wget 'https://investors.mongodb.com/node/13176/pdf' -O 'data/mongodb-earnings-report.pdf'"
86+
"!mkdir -p 'data/'\n",
87+
"!wget 'https://investors.mongodb.com/node/13176/pdf' -O 'data/mongodb-earnings-report.pdf'"
8888
]
8989
},
9090
{
@@ -268,7 +268,7 @@
268268
],
269269
"metadata": {
270270
"kernelspec": {
271-
"display_name": "Python 3",
271+
"display_name": "3.9.12",
272272
"language": "python",
273273
"name": "python3"
274274
},

0 commit comments

Comments
 (0)