Skip to main content

import_jsonl_reader

Function import_jsonl_reader 

Source
pub async fn import_jsonl_reader<R>(
    rag: Arc<RAGPipeline>,
    namespace: String,
    skip_existing: bool,
    reader: R,
) -> Result<ImportOutcome>
where R: AsyncBufRead + Unpin,