Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ docker run -d \
-e POSTGRES_PASSWORD=localrecall \
-p 5432:5432 \
-v postgres_data:/var/lib/postgresql/data \
quay.io/mudler/localrecall:latest-postgresql
quay.io/mudler/localrecall:main-postgresql
```

2. **Start LocalRecall** with PostgreSQL:
Expand All @@ -169,7 +169,7 @@ docker run -ti \
-e HYBRID_SEARCH_BM25_WEIGHT=0.5 \
-e HYBRID_SEARCH_VECTOR_WEIGHT=0.5 \
-p 8080:8080 \
quay.io/mudler/localrecall
quay.io/mudler/localrecall:latest
```

Comment thread
loryanstrant marked this conversation as resolved.
#### PostgreSQL Features
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
command:
- granite-embedding-107m-multilingual
postgres:
#image: quay.io/mudler/localrecall:v0.5.2-postgresql
#image: quay.io/mudler/localrecall:main-postgresql
Comment thread
loryanstrant marked this conversation as resolved.
build:
context: .
dockerfile: Dockerfile.pgsql
Expand All @@ -31,7 +31,7 @@ services:
timeout: 5s
retries: 5
ragserver:
#image: quay.io/mudler/localrecall:v0.5.2
#image: quay.io/mudler/localrecall:latest
Comment thread
loryanstrant marked this conversation as resolved.
build:
context: .
dockerfile: Dockerfile
Expand Down Expand Up @@ -61,4 +61,4 @@ volumes:
images:
postgres_data:
db:
assets:
assets:
Loading