Updated readme [skip ci]

This commit is contained in:
Andrew Kane
2023-04-02 10:46:44 -07:00
parent c09edb5b8f
commit 587cbcf15b

View File

@@ -24,7 +24,7 @@ Then load it in databases where you want to use it
CREATE EXTENSION vector; CREATE EXTENSION vector;
``` ```
See the [installation notes](#additional-installation-instructions) if you run into issues See the [installation notes](#installation-notes) if you run into issues
You can also install it with [Docker](#docker), [Homebrew](#homebrew), [PGXN](#pgxn), [Yum](#yum), or [conda-forge](#conda-forge) You can also install it with [Docker](#docker), [Homebrew](#homebrew), [PGXN](#pgxn), [Yum](#yum), or [conda-forge](#conda-forge)
@@ -341,7 +341,7 @@ Function | Description
--- | --- --- | ---
avg(vector) → vector | arithmetic mean avg(vector) → vector | arithmetic mean
## Additional Installation Instructions ## Installation Notes
### Multiple Postgres Installations ### Multiple Postgres Installations
@@ -376,6 +376,8 @@ nmake /F Makefile.win
nmake /F Makefile.win install nmake /F Makefile.win install
``` ```
## Additional Installation Methods
### Docker ### Docker
Get the [Docker image](https://hub.docker.com/r/ankane/pgvector) with: Get the [Docker image](https://hub.docker.com/r/ankane/pgvector) with: