Skip to main content

upsert_file

Function upsert_file 

Source
pub async fn upsert_file(
    root: &Path,
    file: &Path,
    db: &mut Db,
    emb: &Embedder,
) -> Result<()>