Skip to contents

Delete cached embeddings written by step_foundry_embed() with cache = "disk".

Usage

foundry_cache_clear(cache_dir = NULL)

Arguments

cache_dir

Character. Cache directory. Defaults to tools::R_user_dir("foundryR", "cache").

Value

Invisibly, the number of cache files removed.

Examples

if (FALSE) { # \dontrun{
foundry_cache_clear()
} # }