fix apipeline_enqueue_documents
This commit is contained in:
parent
ff921b1274
commit
ac58a4b2d0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue