What's Changed
* chore: update pyo3 version to 0.22.6 (PyO3 has a risk of use-after-free…) by yyhhenry in https://github.com/pku-lab-1806-llm/lab-1806-vec-db/pull/42
* HNSW build with better performance (11min -> 9min for gist1m) by yyhhenry in https://github.com/pku-lab-1806-llm/lab-1806-vec-db/pull/43
Breaking Changes
* The HNSW index structure has changed and index files saved from 0.4 version or lower can no longer be loaded. Please dump to a universal Linear index before upgrading.
**Full Changelog**: https://github.com/pku-lab-1806-llm/lab-1806-vec-db/compare/v0.4.2...v0.5.0