Skip to content

Commit f10c677

Browse files
authored
pointing to full list of postgres providers (#258)
1 parent 13348a6 commit f10c677

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/providers/postgres/setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Postgres
22

3-
Postgres Database offers an easy and efficient way to store vectors via [pgvector](https://github.com/pgvector/pgvector) extension. To use pgvector, you will need to set up a PostgreSQL database with the pgvector extension enabled or use a managed solution that provides pgvector. For a hosted/managed solution, you may try [Supabase](https://supabase.com/), more docs you can find in [Supabase Provider](/docs/providers/supabase/setup.md). See more helpful examples of Postgres & pgvector as a vector database [here](https://github.com/supabase-community/nextjs-openai-doc-search).
3+
Postgres Database offers an easy and efficient way to store vectors via [pgvector](https://github.com/pgvector/pgvector) extension. To use pgvector, you will need to set up a PostgreSQL database with the pgvector extension enabled or use a managed solution that provides pgvector. For a hosted/managed solution, you can use any of the cloud vendors which support [pgvector](https://github.com/pgvector/pgvector#hosted-postgres).
44

55
- The database needs the `pgvector` extension.
66
- To apply required migrations you may use any tool you are more familiar with like [pgAdmin](https://www.pgadmin.org/), [DBeaver](https://dbeaver.io/), [DataGrip](https://www.jetbrains.com/datagrip/), or `psql` cli.
@@ -13,7 +13,7 @@ Postgres Database offers an easy and efficient way to store vectors via [pgvecto
1313
| `BEARER_TOKEN` | Yes | Your secret token |
1414
| `OPENAI_API_KEY` | Yes | Your OpenAI API key |
1515

16-
**Supabase Datastore Environment Variables**
16+
**Postgres Datastore Environment Variables**
1717

1818
| Name | Required | Description | Default |
1919
| ------------- | -------- | ----------------- | ---------- |

0 commit comments

Comments
 (0)