Skip to content

Commit 5bc9788

Browse files
remove wget for minsearch
1 parent b9d8bd6 commit 5bc9788

File tree

1 file changed

+5
-23
lines changed

1 file changed

+5
-23
lines changed

01-intro/rag-intro.ipynb

Lines changed: 5 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,12 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 1,
6-
"id": "155f85a4-49cf-4489-afe8-bc595f622b3b",
5+
"execution_count": null,
6+
"id": "2f426f65-7904-4231-92a5-e899547d90ef",
77
"metadata": {},
8-
"outputs": [
9-
{
10-
"name": "stdout",
11-
"output_type": "stream",
12-
"text": [
13-
"--2024-06-06 12:12:51-- https://raw.githubusercontent.com/alexeygrigorev/minsearch/main/minsearch.py\n",
14-
"Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.111.133, 185.199.110.133, 185.199.108.133, ...\n",
15-
"Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.111.133|:443... connected.\n",
16-
"HTTP request sent, awaiting response... 200 OK\n",
17-
"Length: 3832 (3.7K) [text/plain]\n",
18-
"Saving to: ‘minsearch.py’\n",
19-
"\n",
20-
"minsearch.py 100%[===================>] 3.74K --.-KB/s in 0s \n",
21-
"\n",
22-
"2024-06-06 12:12:51 (32.2 MB/s) - ‘minsearch.py’ saved [3832/3832]\n",
23-
"\n"
24-
]
25-
}
26-
],
8+
"outputs": [],
279
"source": [
28-
"!wget https://raw.githubusercontent.com/alexeygrigorev/minsearch/main/minsearch.py"
10+
"!pip install minsearch"
2911
]
3012
},
3113
{
@@ -569,7 +551,7 @@
569551
"name": "python",
570552
"nbconvert_exporter": "python",
571553
"pygments_lexer": "ipython3",
572-
"version": "3.10.13"
554+
"version": "3.12.3"
573555
}
574556
},
575557
"nbformat": 4,

0 commit comments

Comments
 (0)