pub async fn export_json<S: VectorStorage>(
storage: S,
namespace: &str,
path: impl AsRef<Path>,
) -> Result<ExportStats, DakeraError>Expand description
Export namespace to JSON file
pub async fn export_json<S: VectorStorage>(
storage: S,
namespace: &str,
path: impl AsRef<Path>,
) -> Result<ExportStats, DakeraError>Export namespace to JSON file