pub async fn export(
storage: &dyn PhysicalStore,
writer: &mut dyn Write,
) -> HirnResult<ExportReport>Expand description
Export all records from LanceDB storage to a writer as JSON.
pub async fn export(
storage: &dyn PhysicalStore,
writer: &mut dyn Write,
) -> HirnResult<ExportReport>Export all records from LanceDB storage to a writer as JSON.