diff --git a/README.md b/README.md index 72c021e..ead19ac 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,12 @@ l2_distance(vector, vector) | Euclidean distance vector_dims(vector) | number of dimensions vector_norm(vector) | Euclidean norm +## Libraries + +Libraries that use pgvector: + +- [Neighbor](https://github.com/ankane/neighbor) (Ruby) + ## Thanks Thanks to: @@ -140,12 +146,6 @@ Thanks to: - [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) -## Libraries - -Libraries that use pgvector: - -- [Neighbor](https://github.com/ankane/neighbor) (Ruby) - ## History View the [changelog](https://github.com/ankane/pgvector/blob/master/CHANGELOG.md)