commit
0c8a2bface
1 changed files with 1 additions and 1 deletions
|
|
@ -652,7 +652,7 @@ class LightRAG:
|
||||||
}
|
}
|
||||||
chunk_cnt += len(chunks)
|
chunk_cnt += len(chunks)
|
||||||
await self.text_chunks.upsert(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:
|
try:
|
||||||
# Store chunks in vector database
|
# Store chunks in vector database
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue