chore(knowrag): bump ollama image to 0.30.0-rc20#129
Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuideUpdates the KNOWRAG sandbox Ollama service to use the newer 0.30.0-rc20 image and refreshes the corresponding documentation pin so that newer embedding models like qwen3-embedding can be pulled while preserving the existing GPU and volume setup. File-Level Changes
Assessment against linked issues
Possibly linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe ChangesOllama service version bump
🎯 1 (Trivial) | ⏱️ ~2 minutes
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Bumps the pinned
ollamaimage in@lab/ll-KNOWRAG/compose.ymlfrom0.5.4to0.30.0-rc20so theqwen3-embeddingmodel family can be pulled. On0.5.4,ollama pull qwen3-embedding:4bfails with HTTP 412 ("requires a newer version of Ollama").Also updates the
Current pinslist in@lab/ll-KNOWRAG/.claude/rules/docker-infra.mdto match.Verification
docker compose --env-file .env.example config -q→ validates.0.30.0-rc20;ollama --version→0.30.0-rc20.docker exec knowrag-ollama nvidia-smi→ RTX 5060 still visible (GPU reservation from Enable NVIDIA GPU acceleration for knowrag-ollama #126 intact).ollama pull qwen3-embedding:4b→ success (2.5 GB); existing models (nomic-embed-text,qwen2.5:*,llama3.2:1b) preserved on the./data/ollamavolume.dimensions: 1536request param → 1536-dim (Matryoshka truncation).Notes
0.30.0-rc20is a release-candidate, chosen deliberately per maintainer decision for the latest model support.@labzone — disposable sandbox.Closes #128
Summary by Sourcery
Bump the Knowrag Ollama service image to version 0.30.0-rc20 and align the documented image pin accordingly.
Build:
Documentation:
Summary by CodeRabbit