Method
vadd
(
self: SyncClientProtocol,
key: KeyT,
vector: list[float] | bytes,
element: str,
reduce_dim: int | None = None,
cas: bool | None = False,
quantization: QuantizationOptions | None = None,
ef: Number | None = None,
attributes: dict | str | None = None,
numlinks: int | None = None,
)
Source from the content-addressed store, hash-verified
| 72 | |
| 73 | @overload |
| 74 | def vadd( |
| 75 | self: SyncClientProtocol, |
| 76 | key: KeyT, |
| 77 | vector: list[float] | bytes, |
| 78 | element: str, |
| 79 | reduce_dim: int | None = None, |
| 80 | cas: bool | None = False, |
| 81 | quantization: QuantizationOptions | None = None, |
| 82 | ef: Number | None = None, |
| 83 | attributes: dict | str | None = None, |
| 84 | numlinks: int | None = None, |
| 85 | ) -> int: ... |
| 86 | |
| 87 | @overload |
| 88 | def vadd( |