From de6df486e95480b73f28d26f952c47919212df1a Mon Sep 17 00:00:00 2001 From: Randall Fitzgerald Date: Fri, 2 Jun 2023 08:24:46 -0700 Subject: [PATCH] Removed embedding from README --- examples/server/README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/examples/server/README.md b/examples/server/README.md index 7151fcd4d..d5ca24cf8 100644 --- a/examples/server/README.md +++ b/examples/server/README.md @@ -107,14 +107,6 @@ This implementations just support chat style interaction. These words will not be included in the completion, so make sure to add them to the prompt for the next iteration. Default: `[]` -- **POST** `hostname:port/embedding`: Generate embedding of a given text - - *Options:* - - `content`: Set the text to get generate the embedding. - - To use this endpoint, you need to start the server with the `--embedding` option added. - - **POST** `hostname:port/tokenize`: Tokenize a given text *Options:*