|
24 | 24 | "name": "stdout",
|
25 | 25 | "output_type": "stream",
|
26 | 26 | "text": [
|
27 |
| - "\u001b[32m09:44:14\u001b[0m \u001b[34m[RedisVL]\u001b[0m \u001b[1;30mINFO\u001b[0m RedisVL version 0.2.3\n" |
| 27 | + "\u001b[32m22:33:29\u001b[0m \u001b[34m[RedisVL]\u001b[0m \u001b[1;30mINFO\u001b[0m RedisVL version 0.3.0\n" |
28 | 28 | ]
|
29 | 29 | }
|
30 | 30 | ],
|
|
46 | 46 | },
|
47 | 47 | {
|
48 | 48 | "cell_type": "code",
|
49 |
| - "execution_count": null, |
| 49 | + "execution_count": 2, |
50 | 50 | "metadata": {},
|
51 |
| - "outputs": [], |
| 51 | + "outputs": [ |
| 52 | + { |
| 53 | + "name": "stdout", |
| 54 | + "output_type": "stream", |
| 55 | + "text": [ |
| 56 | + "Overwriting schema.yaml\n" |
| 57 | + ] |
| 58 | + } |
| 59 | + ], |
52 | 60 | "source": [
|
53 | 61 | "%%writefile schema.yaml\n",
|
54 | 62 | "\n",
|
|
79 | 87 | "name": "stdout",
|
80 | 88 | "output_type": "stream",
|
81 | 89 | "text": [
|
82 |
| - "\u001b[32m14:22:33\u001b[0m \u001b[34m[RedisVL]\u001b[0m \u001b[1;30mINFO\u001b[0m Index created successfully\n" |
| 90 | + "\u001b[32m22:33:31\u001b[0m \u001b[34m[RedisVL]\u001b[0m \u001b[1;30mINFO\u001b[0m Index created successfully\n" |
83 | 91 | ]
|
84 | 92 | }
|
85 | 93 | ],
|
|
97 | 105 | "name": "stdout",
|
98 | 106 | "output_type": "stream",
|
99 | 107 | "text": [
|
100 |
| - "\u001b[32m14:22:34\u001b[0m \u001b[34m[RedisVL]\u001b[0m \u001b[1;30mINFO\u001b[0m Indices:\n", |
101 |
| - "\u001b[32m14:22:34\u001b[0m \u001b[34m[RedisVL]\u001b[0m \u001b[1;30mINFO\u001b[0m 1. vectorizers\n" |
| 108 | + "\u001b[32m22:33:33\u001b[0m \u001b[34m[RedisVL]\u001b[0m \u001b[1;30mINFO\u001b[0m Indices:\n", |
| 109 | + "\u001b[32m22:33:33\u001b[0m \u001b[34m[RedisVL]\u001b[0m \u001b[1;30mINFO\u001b[0m 1. vectorizers\n" |
102 | 110 | ]
|
103 | 111 | }
|
104 | 112 | ],
|
|
125 | 133 | "│ vectorizers │ HASH │ ['doc'] │ [] │ 0 │\n",
|
126 | 134 | "╰──────────────┴────────────────┴────────────┴─────────────────┴────────────╯\n",
|
127 | 135 | "Index Fields:\n",
|
128 |
| - "╭───────────┬─────────────┬────────┬────────────────┬────────────────╮\n", |
129 |
| - "│ Name │ Attribute │ Type │ Field Option │ Option Value │\n", |
130 |
| - "├───────────┼─────────────┼────────┼────────────────┼────────────────┤\n", |
131 |
| - "│ sentence │ sentence │ TEXT │ WEIGHT │ 1 │\n", |
132 |
| - "│ embedding │ embedding │ VECTOR │ │ │\n", |
133 |
| - "╰───────────┴─────────────┴────────┴────────────────┴────────────────╯\n" |
| 136 | + "╭───────────┬─────────────┬────────┬────────────────┬────────────────┬────────────────┬────────────────┬────────────────┬────────────────┬─────────────────┬────────────────╮\n", |
| 137 | + "│ Name │ Attribute │ Type │ Field Option │ Option Value │ Field Option │ Option Value │ Field Option │ Option Value │ Field Option │ Option Value │\n", |
| 138 | + "├───────────┼─────────────┼────────┼────────────────┼────────────────┼────────────────┼────────────────┼────────────────┼────────────────┼─────────────────┼────────────────┤\n", |
| 139 | + "│ sentence │ sentence │ TEXT │ WEIGHT │ 1 │ │ │ │ │ │ │\n", |
| 140 | + "│ embedding │ embedding │ VECTOR │ algorithm │ FLAT │ data_type │ FLOAT32 │ dim │ 768 │ distance_metric │ COSINE │\n", |
| 141 | + "╰───────────┴─────────────┴────────┴────────────────┴────────────────┴────────────────┴────────────────┴────────────────┴────────────────┴─────────────────┴────────────────╯\n" |
134 | 142 | ]
|
135 | 143 | }
|
136 | 144 | ],
|
|
148 | 156 | "name": "stdout",
|
149 | 157 | "output_type": "stream",
|
150 | 158 | "text": [
|
151 |
| - "\u001b[32m14:22:36\u001b[0m \u001b[34m[RedisVL]\u001b[0m \u001b[1;30mINFO\u001b[0m Index deleted successfully\n" |
| 159 | + "\u001b[32m22:33:36\u001b[0m \u001b[34m[RedisVL]\u001b[0m \u001b[1;30mINFO\u001b[0m Index deleted successfully\n" |
152 | 160 | ]
|
153 | 161 | }
|
154 | 162 | ],
|
|
166 | 174 | "name": "stdout",
|
167 | 175 | "output_type": "stream",
|
168 | 176 | "text": [
|
169 |
| - "\u001b[32m14:22:38\u001b[0m \u001b[34m[RedisVL]\u001b[0m \u001b[1;30mINFO\u001b[0m Indices:\n" |
| 177 | + "\u001b[32m22:33:37\u001b[0m \u001b[34m[RedisVL]\u001b[0m \u001b[1;30mINFO\u001b[0m Indices:\n" |
170 | 178 | ]
|
171 | 179 | }
|
172 | 180 | ],
|
|
193 | 201 | "name": "stdout",
|
194 | 202 | "output_type": "stream",
|
195 | 203 | "text": [
|
196 |
| - "\u001b[32m14:22:39\u001b[0m \u001b[34m[RedisVL]\u001b[0m \u001b[1;30mINFO\u001b[0m Index created successfully\n" |
| 204 | + "\u001b[32m22:33:40\u001b[0m \u001b[34m[RedisVL]\u001b[0m \u001b[1;30mINFO\u001b[0m Index created successfully\n" |
197 | 205 | ]
|
198 | 206 | }
|
199 | 207 | ],
|
|
211 | 219 | "name": "stdout",
|
212 | 220 | "output_type": "stream",
|
213 | 221 | "text": [
|
214 |
| - "\u001b[32m14:22:40\u001b[0m \u001b[34m[RedisVL]\u001b[0m \u001b[1;30mINFO\u001b[0m Indices:\n", |
215 |
| - "\u001b[32m14:22:40\u001b[0m \u001b[34m[RedisVL]\u001b[0m \u001b[1;30mINFO\u001b[0m 1. vectorizers\n" |
| 222 | + "\u001b[32m22:33:42\u001b[0m \u001b[34m[RedisVL]\u001b[0m \u001b[1;30mINFO\u001b[0m Indices:\n", |
| 223 | + "\u001b[32m22:33:42\u001b[0m \u001b[34m[RedisVL]\u001b[0m \u001b[1;30mINFO\u001b[0m 1. vectorizers\n" |
216 | 224 | ]
|
217 | 225 | }
|
218 | 226 | ],
|
|
272 | 280 | "name": "stdout",
|
273 | 281 | "output_type": "stream",
|
274 | 282 | "text": [
|
275 |
| - "\u001b[32m14:22:42\u001b[0m \u001b[34m[RedisVL]\u001b[0m \u001b[1;30mINFO\u001b[0m Index deleted successfully\n" |
| 283 | + "\u001b[32m22:33:45\u001b[0m \u001b[34m[RedisVL]\u001b[0m \u001b[1;30mINFO\u001b[0m Index deleted successfully\n" |
276 | 284 | ]
|
277 | 285 | }
|
278 | 286 | ],
|
|
297 | 305 | "name": "python",
|
298 | 306 | "nbconvert_exporter": "python",
|
299 | 307 | "pygments_lexer": "ipython3",
|
300 |
| - "version": "3.10.14" |
| 308 | + "version": "3.11.9" |
301 | 309 | }
|
302 | 310 | },
|
303 | 311 | "nbformat": 4,
|
|
0 commit comments