Skip to content

Commit 8772a99

Browse files
authored
Update prisma docs (#679)
1 parent b02774d commit 8772a99

File tree

1 file changed

+6
-0
lines changed
  • docs/docs/modules/indexes/vector_stores/integrations

1 file changed

+6
-0
lines changed

docs/docs/modules/indexes/vector_stores/prisma.mdx renamed to docs/docs/modules/indexes/vector_stores/integrations/prisma.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ For augmenting existing models in PostgreSQL database with vector search, Langch
88

99
Refer to the [Prisma and Supabase integration guide](https://supabase.com/docs/guides/integrations/prisma) to setup a new database instance with Supabase and Prisma.
1010

11+
### Install Prisma
12+
13+
```bash npm2yarn
14+
npm install prisma
15+
```
16+
1117
### Setup `pgvector` self hosted instance with `docker-compose`
1218

1319
`pgvector` provides a prebuilt Docker image that can be used to quickly setup a self-hosted Postgres instance.

0 commit comments

Comments
 (0)