mirror of
https://github.com/pgvector/pgvector.git
synced 2026-06-06 05:51:21 +08:00
Updated readme [skip ci]
This commit is contained in:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user