Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tools/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ node index.js

## API Endpoints

### GET `/health`: Returns heath check result
### GET `/health`: Returns health check result

This endpoint is public (no API key check).

Expand Down Expand Up @@ -846,7 +846,7 @@ To use this endpoint with POST method, you need to start server with `--props`

### POST `/embeddings`: non-OpenAI-compatible embeddings API

This endpoint supports all poolings, including `--pooling none`. When the pooling is `none`, the responses will contain the *unnormalized* embeddings for *all* input tokens. For all other pooling types, only the pooled embeddings are returned, normalized using Euclidian norm.
This endpoint supports all poolings, including `--pooling none`. When the pooling is `none`, the responses will contain the *unnormalized* embeddings for *all* input tokens. For all other pooling types, only the pooled embeddings are returned, normalized using Euclidean norm.

Note that the response format of this endpoint is different from `/v1/embeddings`.

Expand Down