文本块是空白

This commit is contained in:
xuewei 2025-07-05 14:28:42 +08:00
parent 49cb51b5dc
commit 648a87653f

View file

@ -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(