Skip to main content

watch_dir

Function watch_dir 

Source
pub async fn watch_dir(
    root: PathBuf,
    db_path: PathBuf,
    dim: usize,
    emb: Arc<Embedder>,
) -> Result<()>