From cd254b6bdd52d2fec474051511b687a19091139f Mon Sep 17 00:00:00 2001 From: KevinHuSh <kevinhu.sh@gmail.com> Date: Tue, 9 Apr 2024 09:04:44 +0800 Subject: [PATCH] Refine Ollama docs (#267) ### What problem does this PR solve? Issue link:#221 ### Type of change - [x] Documentation Update --- README.md | 2 +- README_ja.md | 2 +- README_zh.md | 2 +- docs/ollama.md | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7b3e6bb..d9639df 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ - CPU >= 2 cores - RAM >= 8 GB -- Docker +- Docker >= 24.0.0 > If you have not installed Docker on your local machine (Windows, Mac, or Linux), see [Install Docker Engine](https://docs.docker.com/engine/install/). ### 🚀 Start up the server diff --git a/README_ja.md b/README_ja.md index 2c5f50f..8b07c1b 100644 --- a/README_ja.md +++ b/README_ja.md @@ -65,7 +65,7 @@ - CPU >= 2 cores - RAM >= 8 GB -- Docker +- Docker >= 24.0.0 > ăăĽă‚«ă«ăžă‚·ăłďĽWindowsă€Macă€ăľăźăŻ Linux)㫠Docker をイăłă‚ąăăĽă«ă—ă¦ă„ăŞă„ĺ ´ĺăŻă€[Docker Engine ă®ă‚¤ăłă‚ąăăĽă«](https://docs.docker.com/engine/install/) を参照ă—ă¦ăŹă ă•ă„。 ### 🚀 サăĽăăĽă‚’čµ·ĺ‹• diff --git a/README_zh.md b/README_zh.md index 21c93cd..af1e9d9 100644 --- a/README_zh.md +++ b/README_zh.md @@ -65,7 +65,7 @@ - CPU >= 2 ć ¸ - RAM >= 8 GB -- Docker +- Docker >= 24.0.0 > ĺ¦‚ćžśä˝ ĺą¶ć˛ˇćś‰ĺś¨ćś¬ćśşĺ®‰čŁ… DockerďĽWindowsă€Mac,ć–者 Linux), 可以参č€ć–‡ćˇŁ [Install Docker Engine](https://docs.docker.com/engine/install/) 自行安装。 ### 🚀 ĺŻĺŠ¨ćśŤĺŠˇĺ™¨ diff --git a/docs/ollama.md b/docs/ollama.md index c226d86..b805e11 100644 --- a/docs/ollama.md +++ b/docs/ollama.md @@ -28,7 +28,7 @@ $ docker exec -it ollama ollama run mistral - Go to 'Settings > Model Providers > Models to be added > Ollama'. <div align="center" style="margin-top:20px;margin-bottom:20px;"> -<img src="https://github.com/infiniflow/ragflow/assets/12318111/2019e7ee-1e8a-412e-9349-11bbf702e549" width="130"/> +<img src="https://github.com/infiniflow/ragflow/assets/12318111/a9df198a-226d-4f30-b8d7-829f00256d46" width="1300"/> </div> > Base URL: Enter the base URL where the Ollama service is accessible, like, http://<your-ollama-endpoint-domain>:11434 @@ -36,5 +36,5 @@ $ docker exec -it ollama ollama run mistral - Use Ollama Models. <div align="center" style="margin-top:20px;margin-bottom:20px;"> -<img src="https://github.com/infiniflow/ragflow/assets/12318111/2019e7ee-1e8a-412e-9349-11bbf702e549" width="130"/> +<img src="https://github.com/infiniflow/ragflow/assets/12318111/60ff384e-5013-41ff-a573-9a543d237fd3" width="530"/> </div> \ No newline at end of file -- GitLab