From d1d422e5e42a7cd1259d6f644174835ebd192a22 Mon Sep 17 00:00:00 2001 From: Yannick Stephan Date: Sun, 9 Feb 2025 15:25:02 +0100 Subject: [PATCH] cleaned readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index edd33fb0..62dc032b 100644 --- a/README.md +++ b/README.md @@ -410,7 +410,7 @@ with open("./newText.txt") as f: ``` ### Insert using Pipeline -The `apipeline_enqueue_documents` and `apipeline_process_enqueue_documents` functions allow you to perform incremental insertion of documents into the graph. +The `apipeline_enqueue_documents` and `apipeline_process_enqueue_documents` functions allow you to perform incremental insertion of documents into the graph. This is useful for scenarios where you want to process documents in the background while still allowing the main thread to continue executing.