更新日志描述
This commit is contained in:
parent
58c0f94346
commit
316c4df949
1 changed files with 1 additions and 1 deletions
|
|
@ -414,7 +414,7 @@ async def extract_entities(
|
||||||
|
|
||||||
if not len(all_entities_data) and not len(all_relationships_data):
|
if not len(all_entities_data) and not len(all_relationships_data):
|
||||||
logger.warning(
|
logger.warning(
|
||||||
"Didn't extract any entities or relationships, maybe your LLM is not working"
|
"Didn't extract any entities and relationships, maybe your LLM is not working"
|
||||||
)
|
)
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue