Improved performance of on-disk HNSW index builds

This commit is contained in:
Andrew Kane
2024-05-26 09:19:52 -04:00
parent ff9b22977e
commit 385f4a707e
4 changed files with 14 additions and 10 deletions

View File

@@ -1,5 +1,6 @@
## 0.7.1 (unreleased)
- Improved performance of on-disk HNSW index builds
- Fixed `undefined symbol` error with GCC 8
- Fixed compilation error with universal binaries on Mac
- Fixed compilation warning with Clang < 14