Skip to content

Commit

Permalink
docs: update README #none
Browse files Browse the repository at this point in the history
  • Loading branch information
taprosoft committed Jan 22, 2025
1 parent 1f9b52c commit 3006402
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3006402

Please sign in to comment.