pub async fn load_jsonl( db: &mut Omnigraph, data: &str, mode: LoadMode, ) -> Result<LoadResult>
Load JSONL data into an Omnigraph database.