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:13
hasStreaming
readonly
hasStreaming:true
=true