Skip to content

Commit 515f861

Browse files
committed
Added comment [skip ci]
1 parent 24765f6 commit 515f861

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pgvector/halfvec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
class HalfVector:
13-
_value: array[int]
13+
_value: array[int] # uses uint16 since no float16
1414

1515
def __init__(self, value: list[float] | ndarray) -> None:
1616
if isinstance(value, list):

0 commit comments

Comments
 (0)