Skip to content

Commit

Permalink
fix apipeline_enqueue_documents
Browse files Browse the repository at this point in the history
  • Loading branch information
enriquecatala committed Feb 22, 2025
1 parent ff921b1 commit ac58a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightrag/lightrag.py
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ async def ainsert_custom_chunks(
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
Expand Down

0 comments on commit ac58a4b

Please sign in to comment.