Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hosted Providers #54

Open
ankane opened this issue Jan 28, 2023 · 56 comments
Open

Hosted Providers #54

ankane opened this issue Jan 28, 2023 · 56 comments

Comments

@ankane
Copy link
Member

ankane commented Jan 28, 2023

Add hosted providers that support pgvector to this thread.

Initial list:

@gregnr
Copy link

gregnr commented Jan 28, 2023

@ankane Funny, I was planning to send a PR shortly to request adding Supabase to the list. Been working with their team to get that integrated:
supabase/postgres#472

Thanks again for making a great extension. Currently using this to store and query OpenAI Embeddings.

@ankane
Copy link
Member Author

ankane commented Jan 28, 2023

Awesome, big thanks for adding it!

@m-abdelwahab
Copy link

m-abdelwahab commented Feb 16, 2023

Hey @ankane! Neon recently added support for pgvector: https://neon.tech/docs/release-notes/2023-02-14

@ankane
Copy link
Member Author

ankane commented Feb 16, 2023

Thanks @m-abdelwahab, great to hear!

@Winslett
Copy link

Crunchy Bridge

@george-bitdotio
Copy link

Howdy! bit.io now supports pgvector :)

@seanaguinaga
Copy link

Need that Google CloudSQL 8)

@Vonng
Copy link

Vonng commented Mar 31, 2023

Pigsty - Free RDS PG Alternative

now add pgvector as default extension in v2.0.2

@bbedward
Copy link

bbedward commented Apr 1, 2023

We added the extension to spilo to use with postgres-operator in kubernetes.

https://github.com/stablecog/spilo

Can just use the docker image in the helm chart values, or build your own:

https://hub.docker.com/r/stablecog/spilo

15.3+ has pgvector for Postgres 11-15

@pthieu
Copy link

pthieu commented Apr 12, 2023

fingers crossed for RDS 🤞

@mmmaia
Copy link

mmmaia commented Apr 13, 2023

Render added support to their PostgreSQL service.

https://twitter.com/render/status/1646249514045702144

@gasabr
Copy link

gasabr commented Apr 18, 2023

yandex cloud provides an extension too https://cloud.yandex.com/en/docs/managed-postgresql/operations/extensions/cluster-extensions

@NicolasLopes7
Copy link

anyone has setup pg_vector on Railway? Didn't found anything about installing extensions there :/

@mmmaia
Copy link

mmmaia commented Apr 20, 2023

anyone has setup pg_vector on Railway? Didn't found anything about installing extensions there :/

@NicolasLopes7 It's not possible yet. You can vote and comment on these feature requests:

@mwmeyer
Copy link

mwmeyer commented Apr 27, 2023

No digital ocean hosted PG yet. Heres an upvote support request for others that want it: https://ideas.digitalocean.com/app-framework-services/p/saving-openai-embeddings-with-pgvector

@mfreed
Copy link

mfreed commented May 1, 2023

Timescale supports pgVector in its cloud offering.

image

@arjun810
Copy link

arjun810 commented May 3, 2023

Available for RDS now! https://aws.amazon.com/about-aws/whats-new/2023/05/amazon-rds-postgresql-pgvector-ml-model-integration/

@Bacto
Copy link

Bacto commented May 9, 2023

Hi!

pgvector is available on Stackhero PostgreSQL cloud hosting solution with PostgreSQL 15 🥳🥳🥳

@Bacto
Copy link

Bacto commented May 9, 2023

And it is also available for Heroku via Stackhero PostgreSQL add-on 👌

@montanalow
Copy link

Also available on hosted PostgresML databases.

@mulander
Copy link
Contributor

pgvector is now available on Azure:

  • Azure Database for PostgreSQL Flexible Server

Follow this page to enable vector in the allowed extensions and then simply CREATE EXTENSION vector; on your Flexible Server.

  • Azure Cosmos DB for PostgreSQL

Just connect to your cluster and issue SELECT create_extension('vector');

Main readme update submitted as #129

@jcoc611-gvt
Copy link

@mulander Seems like extension vector is not yet available in Azure Flexible Server (also not present in this doc). Do you know when it will be in general availability?

@mulander
Copy link
Contributor

@mulander Seems like extension vector is not yet available in Azure Flexible Server (also not present in this doc). Do you know when it will be in general availability?

@jcoc611-gvt What region are you checking and is it on a new or deployed cluster? The documentation update (including the doc you linked) is scheduled to be published on the 23rd of May.

@louis030195
Copy link

https://github.com/different-ai/embedbase hosted version uses pgvector in supabase :)

@mareksuscak
Copy link

mareksuscak commented Jun 19, 2023

It seems to me that Google has recently secretly added support for pgvector 0.4.2 in POSTGRES_15_2.R20230530.01_00 maintenance update! The list of extensions in the documentation has not been updated yet to reflect this but running SELECT * FROM pg_available_extensions; on a recently updated Cloud SQL instance shows this:

CleanShot 2023-06-19 at 16 56 34

Yas!

@packi
Copy link

packi commented Jun 20, 2023

We've added pgvector to our supported extensions at Aiven, starting from PG13, see https://docs.aiven.io/docs/products/postgresql/reference/list-of-extensions. You may need to apply a maintenance upgrade to get it in your existing service.

@nikhilshinday
Copy link

anyone have an update on Aurora pgvector support on RDS?

@guillim
Copy link

guillim commented Jun 29, 2023

It seems to me that Google has recently secretly added support for pgvector 0.4.2 in POSTGRES_15_2.R20230530.01_00 maintenance update! The list of extensions in the documentation has not been updated yet to reflect this but running SELECT * FROM pg_available_extensions; on a recently updated Cloud SQL instance shows this:

CleanShot 2023-06-19 at 16 56 34

Yas!

It’s now in the official documentation !!!

@developeralim
Copy link

image
I faced this issue when i was installing pgvector. i am using windows 10 . can anyone help me please

@pabloem
Copy link

pabloem commented Jul 5, 2023

Also Google's AlloyDB has added support for PGVector: https://cloud.google.com/blog/products/databases/announcing-vector-support-in-postgresql-services-to-power-ai-enabled-applications

@enchorb
Copy link

enchorb commented Jul 7, 2023

+1 pgvector for AWS Aurora

@disbelief
Copy link

So I guess this announcement from AWS on May 3 about pgvector support doesn't apply to Aurora? https://aws.amazon.com/about-aws/whats-new/2023/05/amazon-rds-postgresql-pgvector-ml-model-integration/

@enchorb
Copy link

enchorb commented Jul 8, 2023

Correct, pgvector works on Amazon RDS for PostgresSQL but not on Amazon Aurora PostgresSQL.

@retendo
Copy link

retendo commented Jul 13, 2023

Although it is not documented, this seems to work on DigitalOcean Managed Postgres as well now. At least with Postgres 15. It didn't work with Postgres 12 though.

@ganesh-rao
Copy link

I believe AWS now supports pgvector on Aurora PostgresSQL:

https://docs.aws.amazon.com/AmazonRDS/latest/AuroraPostgreSQLReleaseNotes/AuroraPostgreSQL.Updates.html#AuroraPostgreSQL.Updates.20180305.153X

It's also listed here for Postgres 15.3:
https://docs.aws.amazon.com/AmazonRDS/latest/AuroraPostgreSQLReleaseNotes/AuroraPostgreSQL.Extensions.html#AuroraPostgreSQL.Extensions.15

@schoblaska
Copy link

DigitalOcean now lists pgvector on their page of supported extensions (for PostgreSQL 13 and newer): https://docs.digitalocean.com/products/databases/postgresql/details/supported-extensions/

@amadeus633
Copy link

@shayons
Copy link

shayons commented Aug 10, 2023

The pgvector extension is available on Aurora PostgreSQL as of July 13 (https://aws.amazon.com/about-aws/whats-new/2023/07/amazon-aurora-postgresql-pgvector-vector-storage-similarity-search) on versions 15.3, 14.8, 13.11, 12.15 and higher. Here's a blog that shows you how to build an AI powered chat bot application and perform sentiment analysis using pgvector and Amazon Aurora PostgreSQL - https://aws.amazon.com/blogs/database/leverage-pgvector-and-amazon-aurora-postgresql-for-natural-language-processing-chatbots-and-sentiment-analysis/

@ClearedFram3
Copy link

(off topic) @guillim is the GUI you show something from google cloud or a standalone product?

@jdowning
Copy link

Heroku Postges supports pgvector:

@jcrupi
Copy link

jcrupi commented Oct 25, 2023

Looks like Azure Postgres Flex Server only supports pgvector .4,0

@gulcin
Copy link

gulcin commented Nov 3, 2023

EDB's BigAnimal Postgres-as-a-Service supports pgvector:

BigAnimal is EDB’s managed Postgres service that allows you to run Postgres on all major cloud platforms. Now, you can enable pgvector on your databases and start experimenting!

@MSuter6
Copy link

MSuter6 commented Feb 8, 2024

Northflank now also supports pgvector with its PostgreSQL addon offering: https://northflank.com/docs/v1/application/databases-and-persistence/deploy-databases-on-northflank/deploy-postgresql-on-northflank#postgresql-specifications.

@Kikiodazie
Copy link

Hey everyone, Severalnines' ClusterControl now also supports pgvector in its PostgreSQL offering.

See how here: https://docs.severalnines.com/docs/knowledgebase-tutorials/clustercontrol/tutorials/deploying-postgresql-cluster-with-pgvector-extension/.

@nicholasdly
Copy link

nicholasdly commented Mar 16, 2024

pgvector is supported on Railway via the community made pgvector project template, which has been updated to the latest version today!

(Thanks @brody192!)

edit: incorrectly called the template an "official" template

@brody192
Copy link

brody192 commented Mar 16, 2024

thanks for the shout-out, but I feel it necessary to point out that it's not official, it's not published by Railway or pgvector themselves, I'm just a Railway community member :)

@ikoif
Copy link

ikoif commented Mar 22, 2024

The Heroku Postgres add-on seems to support it for tiers starting from standard.

@fijiwebdesign
Copy link

https://nexai.site now supports pgvector as a projects semantic database.

nexai-dashboard-settings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests