From 212af771bd92d4a661f514b42e80779855f689dc Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sat, 27 May 2023 22:08:13 -0700 Subject: [PATCH] Added Postgres.app to readme [skip ci] --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f42795c..6f95980 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ CREATE EXTENSION vector; See the [installation notes](#installation-notes) if you run into issues -You can also install it with [Docker](#docker), [Homebrew](#homebrew), [PGXN](#pgxn), [APT](#apt), [Yum](#yum), or [conda-forge](#conda-forge) +You can also install it with [Docker](#docker), [Homebrew](#homebrew), [PGXN](#pgxn), [APT](#apt), [Yum](#yum), or [conda-forge](#conda-forge), and it comes preinstalled with [Postgres.app](#postgres-app) and many [hosted providers](#hosted-postgres) ## Getting Started @@ -457,6 +457,10 @@ conda install -c conda-forge pgvector This method is [community-maintained](https://github.com/conda-forge/pgvector-feedstock) by [@mmcauliffe](https://github.com/mmcauliffe) +### Postgres.app + +Download the [latest release](https://postgresapp.com/downloads.html) with Postgres 15+. + ## Hosted Postgres pgvector is available on [these providers](https://github.com/pgvector/pgvector/issues/54).