From 3006402d7e98ab76daa21c0377945aa758188380 Mon Sep 17 00:00:00 2001 From: Tadashi Date: Wed, 22 Jan 2025 15:21:55 +0700 Subject: [PATCH] docs: update README #none --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index bbe2d91..a900f34 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,13 @@ documents and developers who want to build their own RAG pipeline. ghcr.io/cinnamon/kotaemon:main-full ``` + - To use the `full` version with bundled **Ollama** for _local / private RAG_. + + ```bash + # change image name to + ghcr.io/cinnamon/kotaemon:feat-ollama_docker-full + ``` + 2. We currently support and test two platforms: `linux/amd64` and `linux/arm64` (for newer Mac). You can specify the platform by passing `--platform` in the `docker run` command. For example: ```bash