Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: royjhan <[email protected]>
  • Loading branch information
BruceMacD and royjhan authored Jul 17, 2024
1 parent b0e02dd commit 22e718c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ ollama.embed(request)

- `request` `<Object>`: The request object containing embedding parameters.
- `model` `<string>` The name of the model used to generate the embeddings.
- `input` `<string>`: The input used to generate the embedding.
- `input` `<string> | <string[]>`: The input used to generate the embedding.
- `truncate` `<boolean>`: (Optional) Truncate the input to fit the maximum context length supported by the model.
- `keep_alive` `<string | number>`: (Optional) How long to keep the model loaded.
- `options` `<Options>`: (Optional) Options to configure the runtime.
Expand Down

0 comments on commit 22e718c

Please sign in to comment.