Update log message
This commit is contained in:
parent
55774bf394
commit
86186c0c85
1 changed files with 1 additions and 1 deletions
|
|
@ -3300,7 +3300,7 @@ async def _build_llm_context(
|
||||||
chunk_tracking_log.append("?0/0")
|
chunk_tracking_log.append("?0/0")
|
||||||
|
|
||||||
if chunk_tracking_log:
|
if chunk_tracking_log:
|
||||||
logger.info(f"chunks: {' '.join(chunk_tracking_log)}")
|
logger.info(f"chunks S+F/O: {' '.join(chunk_tracking_log)}")
|
||||||
|
|
||||||
entities_str = "\n".join(
|
entities_str = "\n".join(
|
||||||
json.dumps(entity, ensure_ascii=False) for entity in entities_context
|
json.dumps(entity, ensure_ascii=False) for entity in entities_context
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue