Added support for bit to IVFFlat

This commit is contained in:
Andrew Kane
2024-04-16 17:12:27 -07:00
parent 819b6cf312
commit 04af15c9d6
14 changed files with 315 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
- Added `halfvec` type
- Added `sparsevec` type
- Added support for `bit` vectors to HNSW
- Added support for indexing `bit` type
- Added `binary_quantize` function
- Added `hamming_distance` function
- Added `jaccard_distance` function