fix status error
This commit is contained in:
parent
c07b5522fe
commit
e825b079bc
1 changed files with 1 additions and 1 deletions
|
|
@ -649,7 +649,7 @@ class LightRAG:
|
|||
}
|
||||
chunk_cnt += len(chunks)
|
||||
await self.text_chunks.upsert(chunks)
|
||||
await self.text_chunks.change_status(doc_id, DocStatus.PROCESSED)
|
||||
await self.text_chunks.change_status(doc_id, DocStatus.PROCESSING)
|
||||
|
||||
try:
|
||||
# Store chunks in vector database
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue