copy button

This commit is contained in:
Xi Yan 2024-10-29 16:58:44 -07:00
parent 441ad707cc
commit de791b3e4f
4 changed files with 22 additions and 9 deletions

View file

@ -6,7 +6,7 @@ This guide gives you references to switch between different memory API providers
1. Start running the pgvector server:
```
docker run --network host --name mypostgres -it -p 5432:5432 -e POSTGRES_PASSWORD=mysecretpassword -e POSTGRES_USER=postgres -e POSTGRES_DB=postgres pgvector/pgvector:pg16
$ docker run --network host --name mypostgres -it -p 5432:5432 -e POSTGRES_PASSWORD=mysecretpassword -e POSTGRES_USER=postgres -e POSTGRES_DB=postgres pgvector/pgvector:pg16
```
2. Edit the `run.yaml` file to point to the pgvector server.