docs: Fix spelling errors in README.md

This commit is contained in:
choizhang
2025-04-01 00:39:37 +08:00
parent cd3817ce30
commit 109b2d3a41

View File

@@ -607,7 +607,7 @@ The `apipeline_enqueue_documents` and `apipeline_process_enqueue_documents` func
This is useful for scenarios where you want to process documents in the background while still allowing the main thread to continue executing. This is useful for scenarios where you want to process documents in the background while still allowing the main thread to continue executing.
And using a routine to process news documents. And using a routine to process new documents.
```python ```python
rag = LightRAG(..) rag = LightRAG(..)