Set the embedding model to be used by the workflow
set_embedding_model.Rd
set_embedding_model
sets the model to be used by a workflow object.
Details
A simple function to set the embedding model to be used. Note that this model needs to be available at the instance you connect to.
Examples
my_workflow <- ai_workflow() |>
set_model(model_name="llama3.2:latest") |>
set_embedding_model(model_name="nomic-embed-text:latest")