There was an error while loading. Please reload this page.
1 parent d612021 commit 7032877Copy full SHA for 7032877
1 file changed
rag/svr/task_executor_refactor/dataset_wiki_generator.py
@@ -984,6 +984,7 @@ async def persist_wiki_pages(
984
logging.warning(
985
"wiki_persist: page insert returned %d error(s) for kb=%s",
986
len(insert_errors),
987
+ kb_id_str,
988
)
989
990
# Verify the rows that are actually visible after the bulk operation. Some
0 commit comments