We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24765f6 commit 515f861Copy full SHA for 515f861
1 file changed
pgvector/halfvec.py
@@ -10,7 +10,7 @@
10
11
12
class HalfVector:
13
- _value: array[int]
+ _value: array[int] # uses uint16 since no float16
14
15
def __init__(self, value: list[float] | ndarray) -> None:
16
if isinstance(value, list):
0 commit comments