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