edubruell / tidyllm

An tidy interface to large language model APIs for R
https://edubruell.github.io/tidyllm/
Other
9 stars 1 forks source link

Support Embedding Models with Ollama API #5

Closed edubruell closed 3 days ago

edubruell commented 5 days ago

Description:
Extend the package to support embedding models available through the Ollama API. Allow users to obtain text embeddings for message chains.

Possible Actions:

edubruell commented 3 days ago

I will do a detailed vignette with the other vignette issue. Version 0.1.4 introduced embeddings that work as expected.