Improved performance of parallel HNSW index builds

This commit is contained in:
Andrew Kane
2024-03-11 17:24:42 -07:00
parent 62350b1589
commit 72c20fc14f
2 changed files with 14 additions and 13 deletions

View File

@@ -1,3 +1,7 @@
## 0.6.2 (unreleased)
- Improved performance of parallel HNSW index builds
## 0.6.1 (2024-03-04)
- Fixed error with `ANALYZE` and vectors with different dimensions