Added halfvec type

This commit is contained in:
Andrew Kane
2024-03-27 13:47:19 -07:00
parent 08abb63cbe
commit 264494b3e2
27 changed files with 1863 additions and 75 deletions

View File

@@ -1,3 +1,7 @@
## 0.7.0 (unreleased)
- Added `halfvec` type
## 0.6.2 (2024-03-18)
- Reduced lock contention with parallel HNSW index builds