Class: OllamaEmbedding
OllamaEmbedding is an alias for Ollama that implements the BaseEmbedding interface.
Extends
Implements
Constructors
new OllamaEmbedding()
new OllamaEmbedding(
params
):OllamaEmbedding
Parameters
• params: OllamaParams
Returns
Inherited from
Source
packages/llamaindex/src/llm/ollama.ts:75
Properties
embedBatchSize
embedBatchSize:
number
=DEFAULT_EMBED_BATCH_SIZE
Implementation of
BaseEmbedding
. embedBatchSize
Inherited from
Source
packages/llamaindex/src/embeddings/types.ts:21
embedInfo?
optional
embedInfo:EmbeddingInfo
Implementation of
Inherited from
Source
packages/llamaindex/src/embeddings/types.ts:22
hasStreaming
readonly
hasStreaming:true
=true
Inherited from
Source
packages/llamaindex/src/llm/ollama.ts:61
model
model:
string
Inherited from
Source
packages/llamaindex/src/llm/ollama.ts:66
ollama
ollama:
Ollama
Inherited from
Source
packages/llamaindex/src/llm/ollama.ts:63
options
options:
Partial
<Omit
<Options
,"temperature"
|"top_p"
|"num_ctx"
>> &Pick
<Options
,"temperature"
|"top_p"
|"num_ctx"
>
Inherited from
Source
packages/llamaindex/src/llm/ollama.ts:68
Accessors
metadata
get
metadata():LLMMetadata
Returns
Source
packages/llamaindex/src/llm/ollama.ts:87