writinwaters commited on
Commit
94f8c29
·
1 Parent(s): 4f7f4fd

Updated minimum RAM capacity (#528)

Browse files

### What problem does this PR solve?


### Type of change

- [x] Documentation Update

Files changed (4) hide show
  1. README.md +1 -1
  2. README_ja.md +1 -1
  3. README_zh.md +1 -1
  4. docs/faq.md +1 -1
README.md CHANGED
@@ -74,7 +74,7 @@
74
  ### 📝 Prerequisites
75
 
76
  - CPU >= 4 cores
77
- - RAM >= 12 GB
78
  - Docker >= 24.0.0 & Docker Compose >= v2.26.1
79
  > If you have not installed Docker on your local machine (Windows, Mac, or Linux), see [Install Docker Engine](https://docs.docker.com/engine/install/).
80
 
 
74
  ### 📝 Prerequisites
75
 
76
  - CPU >= 4 cores
77
+ - RAM >= 16 GB
78
  - Docker >= 24.0.0 & Docker Compose >= v2.26.1
79
  > If you have not installed Docker on your local machine (Windows, Mac, or Linux), see [Install Docker Engine](https://docs.docker.com/engine/install/).
80
 
README_ja.md CHANGED
@@ -74,7 +74,7 @@
74
  ### 📝 必要条件
75
 
76
  - CPU >= 4 cores
77
- - RAM >= 12 GB
78
  - Docker >= 24.0.0 & Docker Compose >= v2.26.1
79
  > ローカルマシン(Windows、Mac、または Linux)に Docker をインストールしていない場合は、[Docker Engine のインストール](https://docs.docker.com/engine/install/) を参照してください。
80
 
 
74
  ### 📝 必要条件
75
 
76
  - CPU >= 4 cores
77
+ - RAM >= 16 GB
78
  - Docker >= 24.0.0 & Docker Compose >= v2.26.1
79
  > ローカルマシン(Windows、Mac、または Linux)に Docker をインストールしていない場合は、[Docker Engine のインストール](https://docs.docker.com/engine/install/) を参照してください。
80
 
README_zh.md CHANGED
@@ -74,7 +74,7 @@
74
  ### 📝 前提条件
75
 
76
  - CPU >= 4 核
77
- - RAM >= 12 GB
78
  - Docker >= 24.0.0 & Docker Compose >= v2.26.1
79
  > 如果你并没有在本机安装 Docker(Windows、Mac,或者 Linux), 可以参考文档 [Install Docker Engine](https://docs.docker.com/engine/install/) 自行安装。
80
 
 
74
  ### 📝 前提条件
75
 
76
  - CPU >= 4 核
77
+ - RAM >= 16 GB
78
  - Docker >= 24.0.0 & Docker Compose >= v2.26.1
79
  > 如果你并没有在本机安装 Docker(Windows、Mac,或者 Linux), 可以参考文档 [Install Docker Engine](https://docs.docker.com/engine/install/) 自行安装。
80
 
docs/faq.md CHANGED
@@ -248,7 +248,7 @@ $ docker ps
248
 
249
  #### 4.9 `{"data":null,"retcode":100,"retmsg":"<NotFound '404: Not Found'>"}`
250
 
251
- Your IP address or port number may be incorrect. If you are using the default configurations, enter http://<IP_OF_YOUR_MACHINE> (**NOT `localhost`, NOT 9380, AND NO PORT NUMBER REQUIRED!**) in your browser. This should work.
252
 
253
  #### 4.10 `Ollama - Mistral instance running at 127.0.0.1:11434 but cannot add Ollama as model in RagFlow`
254
 
 
248
 
249
  #### 4.9 `{"data":null,"retcode":100,"retmsg":"<NotFound '404: Not Found'>"}`
250
 
251
+ Your IP address or port number may be incorrect. If you are using the default configurations, enter http://<IP_OF_YOUR_MACHINE> (**NOT 9380, AND NO PORT NUMBER REQUIRED!**) in your browser. This should work.
252
 
253
  #### 4.10 `Ollama - Mistral instance running at 127.0.0.1:11434 but cannot add Ollama as model in RagFlow`
254