From ac58a4b2d05383e80deb0b1b5f440d4449579f71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20Catal=C3=A1?= Date: Sat, 22 Feb 2025 19:15:13 +0100 Subject: [PATCH] fix apipeline_enqueue_documents --- lightrag/lightrag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightrag/lightrag.py b/lightrag/lightrag.py index 12025469..874fbbdd 100644 --- a/lightrag/lightrag.py +++ b/lightrag/lightrag.py @@ -568,7 +568,7 @@ class LightRAG: await self._insert_done() async def apipeline_enqueue_documents( - self, input: str | list[str], ids: list[str] | None + self, input: str | list[str], ids: list[str] | None = None ) -> None: """ Pipeline for Processing Documents