Skip to content

Commit

Permalink
Merge pull request #923 from enriquecatala/fix_apipeline_enqueue_docu…
Browse files Browse the repository at this point in the history
…ments

fix apipeline_enqueue_documents
  • Loading branch information
YanSte authored Feb 23, 2025
2 parents ff921b1 + ac58a4b commit 0867e0b
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 0867e0b

Please sign in to comment.