Merge pull request #923 from enriquecatala/fix_apipeline_enqueue_documents

fix apipeline_enqueue_documents
This commit is contained in:
Yannick Stephan 2025-02-23 09:10:46 +01:00 committed by GitHub
commit 0867e0bd67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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