From 316c4df949eda0590e0e33eae07e6cbd386edfc3 Mon Sep 17 00:00:00 2001 From: Magic_yuan <317617749@qq.com> Date: Tue, 10 Dec 2024 14:15:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=97=A5=E5=BF=97=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lightrag/operate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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