Updated changelog and thanks [skip ci]

This commit is contained in:
Andrew Kane
2023-08-08 01:13:02 -07:00
parent d027cb586e
commit a4a6ca6780
2 changed files with 2 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
## 0.5.0 (unreleased)
- Added HNSW index type
- Added support for parallel index builds
- Added `l1_distance` function
- Added element-wise multiplication for vectors

View File

@@ -562,6 +562,7 @@ Thanks to:
- [Using the Triangle Inequality to Accelerate k-means](https://www.aaai.org/Papers/ICML/2003/ICML03-022.pdf)
- [k-means++: The Advantage of Careful Seeding](https://theory.stanford.edu/~sergei/papers/kMeansPP-soda.pdf)
- [Concept Decompositions for Large Sparse Text Data using Clustering](https://www.cs.utexas.edu/users/inderjit/public_papers/concept_mlj.pdf)
- [Efficient and Robust Approximate Nearest Neighbor Search using Hierarchical Navigable Small World Graphs](https://arxiv.org/ftp/arxiv/papers/1603/1603.09320.pdf)
## History