mirror of
https://github.com/pgvector/pgvector.git
synced 2026-06-30 17:51:18 +08:00
Added conda-forge to readme - closes #47 [skip ci]
This commit is contained in:
12
README.md
12
README.md
@@ -29,7 +29,7 @@ Then load it in databases where you want to use it
|
||||
CREATE EXTENSION vector;
|
||||
```
|
||||
|
||||
You can also install it with [Docker](#docker), [Homebrew](#homebrew), or [PGXN](#pgxn)
|
||||
You can also install it with [Docker](#docker), [Homebrew](#homebrew), [PGXN](#pgxn), or [conda-forge](#conda-forge)
|
||||
|
||||
## Getting Started
|
||||
|
||||
@@ -257,6 +257,16 @@ Install from the [PostgreSQL Extension Network](https://pgxn.org/dist/vector) wi
|
||||
pgxn install vector
|
||||
```
|
||||
|
||||
### conda-forge
|
||||
|
||||
Install from [conda-forge](https://anaconda.org/conda-forge/pgvector) with:
|
||||
|
||||
```sh
|
||||
conda install -c conda-forge pgvector
|
||||
```
|
||||
|
||||
This method is community-maintained by [@mmcauliffe](https://github.com/mmcauliffe)
|
||||
|
||||
## Hosted Postgres
|
||||
|
||||
Some Postgres providers only support specific extensions. To request a new extension:
|
||||
|
||||
Reference in New Issue
Block a user