Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/embedder-ollama / DEFAULT_OLLAMA_MODEL

Variable: DEFAULT_OLLAMA_MODEL

ts
const DEFAULT_OLLAMA_MODEL: "nomic-embed-text" = 'nomic-embed-text';

Defined in: packages/embedder-ollama/src/index.ts:28

Default Ollama model. Matches the de-facto choice in the Ollama community for general-purpose multilingual embeddings.

Stable