Class: Ollama
This class both implements the LLM and Embedding interfaces.
Extends
Extended by
Implements
LLM
Omit
<OllamaBase
,"chat"
>
Constructors
new Ollama()
new Ollama(
params
):Ollama
Parameters
• params: OllamaParams
Returns
Overrides
Source
packages/core/src/llm/ollama.ts:75
Properties
embedBatchSize
embedBatchSize:
number
=DEFAULT_EMBED_BATCH_SIZE
Inherited from
BaseEmbedding
. embedBatchSize
Source
packages/core/src/embeddings/types.ts:20
embedInfo?
optional
embedInfo:EmbeddingInfo
Inherited from
Source
packages/core/src/embeddings/types.ts:21
hasStreaming
readonly
hasStreaming:true
=true
Source
packages/core/src/llm/ollama.ts:61
model
model:
string
Source
packages/core/src/llm/ollama.ts:66
ollama
ollama:
Ollama
Source
packages/core/src/llm/ollama.ts:63
options
options:
Partial
<Omit
<Options
,"temperature"
|"top_p"
|"num_ctx"
>> &Pick
<Options
,"temperature"
|"top_p"
|"num_ctx"
>
Source
packages/core/src/llm/ollama.ts:68