From 4b7053b544cbb2a71cdcee8c6ae57e034c12ed95 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Wed, 21 Apr 2021 17:36:19 -0700 Subject: [PATCH] Added libraries section [skip ci] --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3f8031e..72c021e 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,12 @@ 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)