|
273 | 273 | "name": "stdout",
|
274 | 274 | "output_type": "stream",
|
275 | 275 | "text": [
|
276 |
| - "--2023-11-07 00:20:08-- https://raw.githubusercontent.com/run-llama/llama_index/main/docs/examples/data/10k/uber_2021.pdf\n", |
| 276 | + "--2023-11-07 00:20:08-- https://raw.githubusercontent.com/run-llama/llama_index/main/docs/docs/examples/data/10k/uber_2021.pdf\n", |
277 | 277 | "Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 2606:50c0:8000::154, 2606:50c0:8001::154, 2606:50c0:8002::154, ...\n",
|
278 | 278 | "Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|2606:50c0:8000::154|:443... connected.\n",
|
279 | 279 | "HTTP request sent, awaiting response... 200 OK\n",
|
|
284 | 284 | "\n",
|
285 | 285 | "2023-11-07 00:20:08 (24.3 MB/s) - ‘data/10k/uber_2021.pdf’ saved [1880483/1880483]\n",
|
286 | 286 | "\n",
|
287 |
| - "--2023-11-07 00:20:08-- https://raw.githubusercontent.com/run-llama/llama_index/main/docs/examples/data/10k/lyft_2021.pdf\n", |
| 287 | + "--2023-11-07 00:20:08-- https://raw.githubusercontent.com/run-llama/llama_index/main/docs/docs/examples/data/10k/lyft_2021.pdf\n", |
288 | 288 | "Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 2606:50c0:8000::154, 2606:50c0:8001::154, 2606:50c0:8002::154, ...\n",
|
289 | 289 | "Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|2606:50c0:8000::154|:443... connected.\n",
|
290 | 290 | "HTTP request sent, awaiting response... 200 OK\n",
|
|
300 | 300 | ],
|
301 | 301 | "source": [
|
302 | 302 | "!mkdir -p 'data/10k/'\n",
|
303 |
| - "!wget 'https://raw.githubusercontent.com/run-llama/llama_index/main/docs/examples/data/10k/uber_2021.pdf' -O 'data/10k/uber_2021.pdf'\n", |
304 |
| - "!wget 'https://raw.githubusercontent.com/run-llama/llama_index/main/docs/examples/data/10k/lyft_2021.pdf' -O 'data/10k/lyft_2021.pdf'" |
| 303 | + "!wget 'https://raw.githubusercontent.com/run-llama/llama_index/main/docs/docs/examples/data/10k/uber_2021.pdf' -O 'data/10k/uber_2021.pdf'\n", |
| 304 | + "!wget 'https://raw.githubusercontent.com/run-llama/llama_index/main/docs/docs/examples/data/10k/lyft_2021.pdf' -O 'data/10k/lyft_2021.pdf'" |
305 | 305 | ]
|
306 | 306 | },
|
307 | 307 | {
|
|
455 | 455 | "outputs": [],
|
456 | 456 | "source": [
|
457 | 457 | "!mkdir -p 'data/10k/'\n",
|
458 |
| - "!wget 'https://raw.githubusercontent.com/run-llama/llama_index/main/docs/examples/data/10k/uber_2021.pdf' -O 'data/10k/uber_2021.pdf'\n", |
459 |
| - "!wget 'https://raw.githubusercontent.com/run-llama/llama_index/main/docs/examples/data/10k/lyft_2021.pdf' -O 'data/10k/lyft_2021.pdf'" |
| 458 | + "!wget 'https://raw.githubusercontent.com/run-llama/llama_index/main/docs/docs/examples/data/10k/uber_2021.pdf' -O 'data/10k/uber_2021.pdf'\n", |
| 459 | + "!wget 'https://raw.githubusercontent.com/run-llama/llama_index/main/docs/docs/examples/data/10k/lyft_2021.pdf' -O 'data/10k/lyft_2021.pdf'" |
460 | 460 | ]
|
461 | 461 | },
|
462 | 462 | {
|
|
0 commit comments