Removed embedding from README

This commit is contained in:
Randall Fitzgerald 2023-06-02 08:24:46 -07:00 committed by GitHub
parent bcd616700e
commit de6df486e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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. These words will not be included in the completion, so make sure to add them to the prompt for the next iteration.
Default: `[]` 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 - **POST** `hostname:port/tokenize`: Tokenize a given text
*Options:* *Options:*