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 d10e6dd commit 9104657Copy full SHA for 9104657
ai-integrations/llamaindex.ipynb
@@ -83,8 +83,8 @@
83
"outputs": [],
84
"source": [
85
"# 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'"
+ "!mkdir -p 'data/'\n",
+ "!wget 'https://investors.mongodb.com/node/13176/pdf' -O 'data/mongodb-earnings-report.pdf'"
88
]
89
},
90
{
@@ -282,7 +282,7 @@
282
"name": "python",
283
"nbconvert_exporter": "python",
284
"pygments_lexer": "ipython3",
285
- "version": "3.9.12"
+ "version": "3.9.6"
286
}
287
288
"nbformat": 4,
0 commit comments