Renamed quantize_binary to binary_quantize

This commit is contained in:
Andrew Kane
2024-04-14 16:57:28 -07:00
parent 3e48a3f69d
commit fe9a9a0d0f
10 changed files with 28 additions and 28 deletions

View File

@@ -3,9 +3,9 @@
- Added `halfvec` type
- Added `sparsevec` type
- Added support for `bit` vectors to HNSW
- Added `binary_quantize` function
- Added `hamming_distance` function
- Added `jaccard_distance` function
- Added `quantize_binary` function
- Added `subvector` function
- Updated comparison operators to support vectors with different dimensions