文本块是空白
This commit is contained in:
parent
49cb51b5dc
commit
648a87653f
1 changed files with 3 additions and 0 deletions
|
|
@ -965,6 +965,9 @@ class LightRAG:
|
|||
)
|
||||
}
|
||||
|
||||
if not chunks:
|
||||
logger.error("No document chunks to process")
|
||||
|
||||
# Process document in two stages
|
||||
# Stage 1: Process text chunks and docs (parallel execution)
|
||||
doc_status_task = asyncio.create_task(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue