File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
integrations/pgvector/examples Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Before running this example, ensure you have PostgreSQL installed with the pgvector extension.
2
2
# For a quick setup using Docker:
3
3
# docker run -d -p 5432:5432 -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=postgres
4
- # -e POSTGRES_DB=postgres ankane /pgvector
4
+ # -e POSTGRES_DB=postgres pgvector /pgvector:pg17
5
5
6
6
# Install required packages for this example, including pgvector-haystack and other libraries needed
7
7
# for Markdown conversion and embeddings generation. Use the following command:
Original file line number Diff line number Diff line change 1
1
# Before running this example, ensure you have PostgreSQL installed with the pgvector extension.
2
2
# For a quick setup using Docker:
3
3
# docker run -d -p 5432:5432 -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=postgres
4
- # -e POSTGRES_DB=postgres ankane /pgvector
4
+ # -e POSTGRES_DB=postgres pgvector /pgvector:pg17
5
5
6
6
# Install required packages for this example, including pgvector-haystack and other libraries needed
7
7
# for Markdown conversion and embeddings generation. Use the following command:
You can’t perform that action at this time.
0 commit comments