Unverified Commit 154f24af authored by Ackermann Yuriy's avatar Ackermann Yuriy Committed by GitHub
Browse files

Added missing options params to the embeddings docs (#472)

parent d18282bf
...@@ -238,6 +238,10 @@ Generate embeddings from a model ...@@ -238,6 +238,10 @@ Generate embeddings from a model
- `model`: name of model to generate embeddings from - `model`: name of model to generate embeddings from
- `prompt`: text to generate embeddings for - `prompt`: text to generate embeddings for
Advanced parameters:
- `options`: additional model parameters listed in the documentation for the [Modelfile](./modelfile.md#valid-parameters-and-values) such as `temperature`
### Request ### Request
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment