Skip to contents

Writes a backend configuration (same shape as returned by backend_config()) to YAML.

Usage

backend_save(backend = backend_config(), fn = "embed_model.yaml")

Arguments

backend

Backend configuration from backend_config().

fn

Output YAML file path. Defaults to "embed_model.yaml".

Value

Invisibly returns fn.