Skip to content
Open
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
2 changes: 1 addition & 1 deletion @lab/ll-KNOWRAG/.claude/rules/docker-infra.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ docker compose --env-file .env.example config -q
All images are version-pinned. **Never** introduce a `:latest` tag. When bumping versions, do it deliberately in a `chore(deps): bump <image> to <version>` commit and validate locally.

Current pins:
- `ollama/ollama:0.5.4`
- `ollama/ollama:0.30.0-rc20`
- `qdrant/qdrant:v1.12.5`
- `gitea/gitea:1.22.4`
- `ghcr.io/open-webui/open-webui:v0.4.8`
Expand Down
2 changes: 1 addition & 1 deletion @lab/ll-KNOWRAG/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
# ── Infrastructure ──────────────────────────────────────────────────────

ollama:
image: ollama/ollama:0.5.4
image: ollama/ollama:0.30.0-rc20
container_name: knowrag-ollama
ports:
- "${OLLAMA_PORT:-11434}:11434"
Expand Down
Loading