Browse Source

Intermezzo: You --> you

Fix a missing space on the way
pull/14015/head
Nils Lindemann 2 weeks ago
parent
commit
c6eec13a2c
  1. 2
      docs/de/llm-prompt.md
  2. 2
      docs/en/docs/deployment/docker.md
  3. 2
      scripts/translate.py

2
docs/de/llm-prompt.md

@ -28,7 +28,7 @@ Source (English) – These are three code snippets:
`"me"` `"me"`
`"items"` `"items"`
Result (German) – You change nothing: Result (German) – you change nothing:
`"word"` `"word"`
`"me"` `"me"`

2
docs/en/docs/deployment/docker.md

@ -490,7 +490,7 @@ And normally this **load balancer** would be able to handle requests that go to
In this type of scenario, you probably would want to have **a single (Uvicorn) process per container**, as you would already be handling replication at the cluster level. In this type of scenario, you probably would want to have **a single (Uvicorn) process per container**, as you would already be handling replication at the cluster level.
So, in this case, you **would not** want to have a multiple workers in the container, for example with the `--workers` command line option.You would want to have just a **single Uvicorn process** per container (but probably multiple containers). So, in this case, you **would not** want to have a multiple workers in the container, for example with the `--workers` command line option. You would want to have just a **single Uvicorn process** per container (but probably multiple containers).
Having another process manager inside the container (as would be with multiple workers) would only add **unnecessary complexity** that you are most probably already taking care of with your cluster system. Having another process manager inside the container (as would be with multiple workers) would only add **unnecessary complexity** that you are most probably already taking care of with your cluster system.

2
scripts/translate.py

@ -123,7 +123,7 @@ flowchart LR
end end
``` ```
Result (German) You change nothing: Result (German) you change nothing:
```mermaid ```mermaid
flowchart LR flowchart LR

Loading…
Cancel
Save