Merge branch 'feat-edge-thickness' into merge-edge-thickness

This commit is contained in:
yangdx
2025-04-05 13:06:28 +08:00
9 changed files with 149 additions and 4 deletions

View File

@@ -655,7 +655,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.
And using a routine to process news documents.
And using a routine to process new documents.
```python
rag = LightRAG(..)