voyage {tidyllm} | R Documentation |
Voyage Provider Function
Description
The voyage()
function acts as a provider interface for interacting with the Voyage.ai API
through tidyllm
's verbs.
It dynamically routes requests to voyage-specific functions. At the moment this is only
voyage_embed()
Usage
voyage(..., .called_from = NULL)
Arguments
... |
Parameters to be passed to the appropriate Voyage-specific function, such as model configuration, input text, or API-specific options. |
.called_from |
An internal argument specifying which action (e.g.,
|
Value
The result of the requested action, depending on the specific function invoked
[Package tidyllm version 0.3.4 Index]