Skip to content

Commit 97f556c

Browse files
authored
Merge pull request #12078 from nextcloud/docs/ai-more-requirements
docs(AI): Add more details to requirements
2 parents 1da45d0 + c2d7e83 commit 97f556c

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

admin_manual/ai/app_context_chat.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ Requirements
3131
* CPU Sizing
3232

3333
* At least 12GB of system RAM
34+
* Below version 3, 10-20 Cores, the more cores (physical cores) the faster the prompt processing will be. Overall performance will increase with an increase in memory bandwidth (more memory sticks and/or higher DDR version)
35+
* Since version 3, this app makes use of the configured Text To Text Free prompt provider instead of running its own Language model, you will thus need only 4-8 cores for the embedding model
36+
37+
* A dedicated machine is recommended
3438

3539
Space usage
3640
~~~~~~~~~~~

admin_manual/ai/app_stt_whisper2.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Requirements
2525

2626
* The more cores you have and the more powerful the CPU the better, we recommend 10-20 cores
2727
* The app will hog all cores by default, so it is usually better to run it on a separate machine
28+
* 4GB for the app
2829

2930
Installation
3031
------------

admin_manual/ai/app_translate.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ Requirements
2020
------------
2121

2222
* Minimal Nextcloud version: 26
23-
* x86 CPU
23+
* x86 CPU with 4-8 cores for the app to use (The more cores the faster it will be)
24+
* 2GB of RAM for the app should be enough
2425
* GNU lib C (musl is not supported)
2526
* This app does not support using GPU for processing and may thus not be performing ideally for long texts
27+
* The workload will run on the web server workers
2628

2729
(*Note*: Nextcloud AIO is currently not supported due to it using musl)
2830

0 commit comments

Comments
 (0)