Added sparsevec type

This commit is contained in:
Andrew Kane
2024-03-30 22:48:25 -07:00
parent 4b22851bbd
commit bb6d3f81f3
23 changed files with 1419 additions and 7 deletions

View File

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