Skip to contents

List registered embedding backends

Usage

gr_embedders()

Value

A data frame with one row per embedder: name, deterministic ("TRUE"/"FALSE") and description. deterministic is the column that matters for reproducibility: only a deterministic embedder lets a gr_replay_client() reproduce a run's chunk ranking.

Examples

gr_embedders()
#>      name deterministic
#> 1     api         FALSE
#> 2 lexical          TRUE
#>                                                    description
#> 1                 Embeddings endpoint on the client's base URL
#> 2 Hashed bag-of-words; free, offline, word overlap not meaning