docs: update README #none

This commit is contained in:
Tadashi 2025-01-22 15:21:55 +07:00
parent 1f9b52cab2
commit 3006402d7e
No known key found for this signature in database
GPG Key ID: 399380A00CC9028D

View File

@ -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