Skip to content

Commit 7032877

Browse files
authored
Fix: pass the kb id to the wiki page insert-error warning (#18985)
fix log
1 parent d612021 commit 7032877

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rag/svr/task_executor_refactor/dataset_wiki_generator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -984,6 +984,7 @@ async def persist_wiki_pages(
984984
logging.warning(
985985
"wiki_persist: page insert returned %d error(s) for kb=%s",
986986
len(insert_errors),
987+
kb_id_str,
987988
)
988989

989990
# Verify the rows that are actually visible after the bulk operation. Some

0 commit comments

Comments
 (0)