From 4d8eae1c3ef0d81a63f10a6fe8c72156ab0039c9 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sun, 5 Mar 2023 18:13:32 -0800 Subject: [PATCH] Updated readme [skip ci] --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 64fc98b..8337702 100644 --- a/README.md +++ b/README.md @@ -221,7 +221,7 @@ avg(vector) → vector | arithmetic mean ## Languages -Use pgvector from any language with a Postgres client +Use pgvector from any language with a Postgres client. Language | Libraries / Examples --- | --- @@ -239,6 +239,8 @@ R | [pgvector-r](https://github.com/pgvector/pgvector-r) Ruby | [pgvector-ruby](https://github.com/pgvector/pgvector-ruby), [Neighbor](https://github.com/ankane/neighbor) Rust | [pgvector-rust](https://github.com/pgvector/pgvector-rust) +You can even generate and store vectors in one language and query them in another. + ## Frequently Asked Questions #### How many vectors can be stored in a single table?