From a1037e89604098c655042a64bddfba4d463eda76 Mon Sep 17 00:00:00 2001 From: UnCLAS-Prommer Date: Mon, 16 Jun 2025 11:14:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=9B=B8=E5=AF=B9=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/chat/knowledge/open_ie.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chat/knowledge/open_ie.py b/src/chat/knowledge/open_ie.py index 75fd18545..7bb96d131 100644 --- a/src/chat/knowledge/open_ie.py +++ b/src/chat/knowledge/open_ie.py @@ -6,7 +6,7 @@ from typing import Any, Dict, List from .lpmmconfig import INVALID_ENTITY, global_config -ROOT_PATH = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "..", "..", "..")) +ROOT_PATH = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "..", "..")) def _filter_invalid_entities(entities: List[str]) -> List[str]: