Skip to main content

export_namespace_jsonl_stream

Function export_namespace_jsonl_stream 

Source
pub fn export_namespace_jsonl_stream(
    storage: Arc<StorageManager>,
    namespace: String,
    include_embeddings: bool,
) -> impl Stream<Item = Result<String>> + Send + 'static