Skip to main content

export_jsonl

Function export_jsonl 

Source
pub async fn export_jsonl<S: VectorStorage>(
    storage: S,
    namespace: &str,
    path: impl AsRef<Path>,
) -> Result<ExportStats, DakeraError>
Expand description

Export namespace to JSONL file (streaming-friendly)