Skip to contents

Reads backend configuration from a YAML file and returns a normalized object in the same format as backend_config().

Usage

backend_read(fn = "embed_model.yaml")

Arguments

fn

Path to YAML file. Defaults to "embed_model.yaml".

Value

A backend configuration list compatible with backend_config().

Details

Supports both the current flat format and legacy nested metadata format.