From d424afac5fef1232aeeb9fc32c27ef9cb8ea6369 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Tue, 17 Dec 2024 11:01:29 +0200 Subject: [PATCH] server : update readme [no ci] --- examples/server/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/server/README.md b/examples/server/README.md index ecd24c899..0787bfc30 100644 --- a/examples/server/README.md +++ b/examples/server/README.md @@ -795,6 +795,8 @@ See [OpenAI Embeddings API documentation](https://platform.openai.com/docs/api-r }' ``` +When `--pooling none` is used, the server will output an array of embeddings - one for each token in the input. + ### GET `/slots`: Returns the current slots processing state > [!WARNING]