Bump api version to 0178

This commit is contained in:
yangdx 2025-07-03 21:37:47 +08:00
parent 05231233f1
commit 67f51597c2
2 changed files with 6 additions and 4 deletions

View File

@ -1 +1 @@
__api_version__ = "0177"
__api_version__ = "0178"

View File

@ -989,7 +989,9 @@ async def background_delete_documents(
# If there are pending requests, start document processing pipeline
if has_pending_request:
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()
except Exception as e:
logger.error(f"Error processing pending documents after deletion: {e}")