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