Class EmbedRequest
/embed ??용뮞???癒?뮉 ???筌왖)??甕겸돧苑f에?癰궰??묐릭??API 筌뤴뫀????已? ??낆젾, ?????源놁뱽 筌왖?類λ릭???袁⑥퓢????묐뻬
Implements
Inherited Members
Namespace: Glitch9.AIDevKit.Ollama
Assembly: Glitch9.AIDevKit.Provider.Ollama.dll
Syntax
public class EmbedRequest : OllamaRequest, IJsonRequest
Properties
| Edit this page View SourceInput
Required. The input to embed. Can be a string or list of strings.
Declaration
[JsonProperty("input")]
public StringOr<string> Input { get; set; }
Property Value
| Type | Description |
|---|---|
| StringOr<string> |
Truncate
Optional. Whether to truncate input tokens that exceed the context length.
Declaration
[JsonProperty("truncate")]
public bool? Truncate { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |