Fix linting
This commit is contained in:
@@ -1026,7 +1026,7 @@ class LightRAG:
|
|||||||
|
|
||||||
# Persistent llm cache
|
# Persistent llm cache
|
||||||
if self.llm_response_cache:
|
if self.llm_response_cache:
|
||||||
await self.llm_response_cache.index_done_callback
|
await self.llm_response_cache.index_done_callback()
|
||||||
|
|
||||||
# Update document status to failed
|
# Update document status to failed
|
||||||
await self.doc_status.upsert(
|
await self.doc_status.upsert(
|
||||||
@@ -1106,7 +1106,7 @@ class LightRAG:
|
|||||||
|
|
||||||
# Persistent llm cache
|
# Persistent llm cache
|
||||||
if self.llm_response_cache:
|
if self.llm_response_cache:
|
||||||
await self.llm_response_cache.index_done_callback
|
await self.llm_response_cache.index_done_callback()
|
||||||
|
|
||||||
# Update document status to failed
|
# Update document status to failed
|
||||||
await self.doc_status.upsert(
|
await self.doc_status.upsert(
|
||||||
|
Reference in New Issue
Block a user