UNPKG

genkitx-ollama

Version:

Genkit AI framework plugin for Ollama APIs.

8 lines 196 B
import { z } from "genkit"; const OllamaEmbeddingPredictionSchema = z.object({ embedding: z.array(z.number()) }); export { OllamaEmbeddingPredictionSchema }; //# sourceMappingURL=types.mjs.map