Skip to content

Commit

Permalink
add more info
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkent committed May 24, 2024
1 parent 2cfd7f9 commit 2fe3b3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions store/postgres/custom-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ done

sleep 1

echo "STARTING EXTENSION"
# Enable the pgvector extension
psql -v ON_ERROR_STOP=1 --username "$POSTGRES_USER" --dbname "$POSTGRES_DB" <<-EOSQL
CREATE EXTENSION IF NOT EXISTS vector;
Expand Down

0 comments on commit 2fe3b3b

Please sign in to comment.