Fixed invalid memory alloc request size error with HNSW - fixes #43

This commit is contained in:
Andrew Kane
2023-12-04 15:00:32 -08:00
parent c653ac524f
commit a156f6c7ae
2 changed files with 4 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
## 0.5.2 (unreleased)
- Added support for on-disk parallel index builds for HNSW
- Fixed `invalid memory alloc request size` error with HNSW
## 0.5.1 (2023-10-10)