From 385b2437a9f8e25c4928ec222300a099cd2a1311 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sun, 5 Mar 2023 18:18:03 -0800 Subject: [PATCH] Updated readme [skip ci] --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 04292bb..13aca2c 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,7 @@ EXPLAIN ANALYZE SELECT * FROM items ORDER BY embedding <-> '[3,1,2]' LIMIT 1; ## Languages -Use pgvector from any language with a Postgres client. +Use pgvector from any language with a Postgres client. You can even generate and store vectors in one language and query them in another. Language | Libraries / Examples --- | --- @@ -207,8 +207,6 @@ 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?