genkit
genkit copied to clipboard
[Go] [JS] add support for ollama embeddings
Currently ollama plugin only supports chat/generate models, however ollama supports embeddings models as well: https://ollama.com/blog/embedding-models
related/dupe: https://github.com/firebase/genkit/issues/670
See
https://github.com/firebase/genkit/pull/751
https://github.com/firebase/genkit/pull/807
See https://github.com/firebase/genkit/pull/841
Looks like the embeddings support was rolled back (due to merge issue) by not reapplied? @cabljac could you please make sure it's done in both main and next branches? Thanks.