mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-11-08 13:54:34 +00:00
Bump api version to 0178
This commit is contained in:
parent
05231233f1
commit
67f51597c2
@ -1 +1 @@
|
|||||||
__api_version__ = "0177"
|
__api_version__ = "0178"
|
||||||
|
|||||||
@ -989,7 +989,9 @@ async def background_delete_documents(
|
|||||||
# If there are pending requests, start document processing pipeline
|
# If there are pending requests, start document processing pipeline
|
||||||
if has_pending_request:
|
if has_pending_request:
|
||||||
try:
|
try:
|
||||||
logger.info("Processing pending document indexing requests after deletion")
|
logger.info(
|
||||||
|
"Processing pending document indexing requests after deletion"
|
||||||
|
)
|
||||||
await rag.apipeline_process_enqueue_documents()
|
await rag.apipeline_process_enqueue_documents()
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logger.error(f"Error processing pending documents after deletion: {e}")
|
logger.error(f"Error processing pending documents after deletion: {e}")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user