Return raw language model ('LM') embeddings from a vector of text strings.
Source:R/embeddings.R
pkgmatch_embeddings_from_text.Rd
The embeddings are currently retrieved from a local 'ollama' server running Jina AI embeddings.
Value
A matrix of embeddings, one column for each input
item, and a
fixed number of rows defined by the embedding length of the language models.
See also
Other embeddings:
pkgmatch_embeddings_from_pkgs()