pub async fn load_jsonl_file( db: &mut Omnigraph, path: &str, mode: LoadMode, ) -> Result<LoadResult>
Load JSONL data from a file path.