Interface EmbeddingsOllamaNodeParameters

Source
interface EmbeddingsOllamaNodeParameters {
    model?: string;
}

Properties§

Source§

readonly model?: string

The model which will generate the completion. To download models, visit Ollama Models Library. Default: "llama3.2" Type options: {"loadOptions":{"routing":{"request":{"method":"GET","url":"/api/tags"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"models"}},{"type":"setKeyValue","properties":{"name":"={{$responseItem.name}}","value":"={{$responseItem.name}}"}},{"type":"sort","properties":{"key":"name"}}]}}}}