remove duplicate priority setting for merge summerization

This commit is contained in:
yangdx
2025-04-28 18:37:51 +08:00
parent 140b1b3cbb
commit 5a393e563e
2 changed files with 1 additions and 2 deletions

View File

@@ -147,7 +147,6 @@ async def _handle_entity_relation_summary(
llm_response_cache=llm_response_cache,
max_tokens=summary_max_tokens,
cache_type="extract",
priority=5, # Higher priority for entity/relation summary
)
return summary