Skip to content

Commit 415a2b5

Browse files
authored
chore: pgvector - update docker image in examples (#1995)
1 parent ca32a64 commit 415a2b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integrations/pgvector/examples/embedding_retrieval.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Before running this example, ensure you have PostgreSQL installed with the pgvector extension.
22
# For a quick setup using Docker:
33
# 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
55

66
# Install required packages for this example, including pgvector-haystack and other libraries needed
77
# for Markdown conversion and embeddings generation. Use the following command:

integrations/pgvector/examples/hybrid_retrieval.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Before running this example, ensure you have PostgreSQL installed with the pgvector extension.
22
# For a quick setup using Docker:
33
# 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
55

66
# Install required packages for this example, including pgvector-haystack and other libraries needed
77
# for Markdown conversion and embeddings generation. Use the following command:

0 commit comments

Comments
 (0)