Skip to content

Commit

Permalink
chore(deps) : Update ankane/pgvector Docker tag to v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli committed Feb 12, 2024
1 parent 505149d commit d0de0c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"java.configuration.updateBuildConfiguration": "automatic",
"java.compile.nullAnalysis.mode": "automatic"
}
2 changes: 1 addition & 1 deletion llm-rag-with-langchain4j-spring-boot/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.7'
services:
postgres:
image: ankane/pgvector:v0.5.0
image: ankane/pgvector:v0.5.1
restart: always
environment:
- POSTGRES_USER=postgres
Expand Down

0 comments on commit d0de0c0

Please sign in to comment.