Skip to content

Commit 0bf0577

Browse files
removes deprecation warning message in notebook
1 parent 87db241 commit 0bf0577

File tree

1 file changed

+12
-20
lines changed

1 file changed

+12
-20
lines changed

docs/user_guide/vectorizers_04.ipynb

Lines changed: 12 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
{
3333
"cell_type": "code",
34-
"execution_count": 1,
34+
"execution_count": 2,
3535
"metadata": {},
3636
"outputs": [],
3737
"source": [
@@ -305,33 +305,25 @@
305305
},
306306
{
307307
"cell_type": "code",
308-
"execution_count": 6,
308+
"execution_count": 3,
309309
"metadata": {},
310310
"outputs": [
311-
{
312-
"name": "stderr",
313-
"output_type": "stream",
314-
"text": [
315-
"/Users/tyler.hutcherson/redis/redis-vl-python/.venv/lib/python3.9/site-packages/torch/_utils.py:831: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage()\n",
316-
" return self.fget.__get__(instance, owner)()\n"
317-
]
318-
},
319311
{
320312
"data": {
321313
"text/plain": [
322-
"[0.00037810884532518685,\n",
323-
" -0.05080341175198555,\n",
324-
" -0.03514723479747772,\n",
325-
" -0.02325104922056198,\n",
326-
" -0.044158220291137695,\n",
327-
" 0.020487844944000244,\n",
328-
" 0.0014617963461205363,\n",
329-
" 0.031261757016181946,\n",
314+
"[0.0003780885017476976,\n",
315+
" -0.05080340430140495,\n",
316+
" -0.035147231072187424,\n",
317+
" -0.02325103059411049,\n",
318+
" -0.04415831342339516,\n",
319+
" 0.02048780582845211,\n",
320+
" 0.0014618589775636792,\n",
321+
" 0.03126184269785881,\n",
330322
" 0.05605152249336243,\n",
331-
" 0.018815357238054276]"
323+
" 0.018815429881215096]"
332324
]
333325
},
334-
"execution_count": 6,
326+
"execution_count": 3,
335327
"metadata": {},
336328
"output_type": "execute_result"
337329
}

0 commit comments

Comments
 (0)