You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,6 +120,13 @@ documents and developers who want to build their own RAG pipeline.
120
120
ghcr.io/cinnamon/kotaemon:main-full
121
121
```
122
122
123
+
- To use the `full` version with bundled **Ollama**for _local / private RAG_.
124
+
125
+
```bash
126
+
# change image name to
127
+
ghcr.io/cinnamon/kotaemon:feat-ollama_docker-full
128
+
```
129
+
123
130
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:
0 commit comments