Added intvec type

This commit is contained in:
Andrew Kane
2024-03-29 17:19:07 -07:00
parent 2c48e3edc2
commit 0d82124bca
27 changed files with 1425 additions and 58 deletions

View File

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