mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-11 15:16:54 +08:00
Updated readme [skip ci]
This commit is contained in:
@@ -29,6 +29,8 @@ Then load it in databases where you want to use it
|
|||||||
CREATE EXTENSION vector;
|
CREATE EXTENSION vector;
|
||||||
```
|
```
|
||||||
|
|
||||||
|
You can also install it with [Homebrew](#homebrew) or [PGXN](#pgxn)
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
Create a vector column with 3 dimensions (replace `table` and `column` with non-reserved names)
|
Create a vector column with 3 dimensions (replace `table` and `column` with non-reserved names)
|
||||||
|
|||||||
Reference in New Issue
Block a user