Skip to content

Commit

Permalink
pointing to full list of postgres providers (openai#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwicopple authored May 15, 2023
1 parent 13348a6 commit f10c677
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/providers/postgres/setup.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Postgres

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).
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).

- The database needs the `pgvector` extension.
- 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.
Expand All @@ -13,7 +13,7 @@ Postgres Database offers an easy and efficient way to store vectors via [pgvecto
| `BEARER_TOKEN` | Yes | Your secret token |
| `OPENAI_API_KEY` | Yes | Your OpenAI API key |

**Supabase Datastore Environment Variables**
**Postgres Datastore Environment Variables**

| Name | Required | Description | Default |
| ------------- | -------- | ----------------- | ---------- |
Expand Down

0 comments on commit f10c677

Please sign in to comment.