You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"When embedding text as byte arrays RedisVL supports 4 different floating point data types, `float16`, `float32`, `float64` and `bfloat16`.\n",
663
+
"When embedding text as byte arrays RedisVL supports 4 different floating point data types, `float16`, `float32`, `float64` and `bfloat16`, and 2 integer types, `int8` and `uint8`.\n",
664
664
"Your dtype set for your vectorizer must match what is defined in your search index. If one is not explicitly set the default is `float32`."
665
665
]
666
666
},
667
667
{
668
668
"cell_type": "code",
669
-
"execution_count": 19,
669
+
"execution_count": null,
670
670
"metadata": {},
671
671
"outputs": [],
672
672
"source": [
@@ -675,8 +675,9 @@
675
675
"# subsequent calls to embed('', as_buffer=True) and embed_many('', as_buffer=True) will now encode as float16\n",
0 commit comments