@obsku/provider-ollama
v0.2.3
Published
Ollama embedding provider for @obsku/framework
Maintainers
Readme
@obsku/provider-ollama
Ollama embedding provider for @obsku/framework.
Installation
npm install @obsku/provider-ollamaQuick Start
import { OllamaEmbedding } from "@obsku/provider-ollama";
const embeddings = new OllamaEmbedding({
model: "multilingual-e5-large",
dimension: 1024,
host: "http://localhost:11434",
});
const vector = await embeddings.embed("example.com is reachable over HTTPS");API Reference
OllamaEmbedding
Creates embeddings with a local or remote Ollama instance.
License
MIT
