diff --git a/lightrag/operate.py b/lightrag/operate.py index ec55694d..bc5a9b13 100644 --- a/lightrag/operate.py +++ b/lightrag/operate.py @@ -414,7 +414,7 @@ async def extract_entities( if not len(all_entities_data) and not len(all_relationships_data): 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