🤖 自动格式化代码 [skip ci]

This commit is contained in:
github-actions[bot]
2025-05-03 16:32:25 +00:00
parent b8d14add91
commit cea176d63d
2 changed files with 1 additions and 3 deletions

View File

@@ -30,7 +30,6 @@ OPENIE_DIR = (
logger = get_module_logger("OpenIE导入")
def hash_deduplicate(
raw_paragraphs: dict[str, str],
triple_list_data: dict[str, list[list[str]]],
@@ -168,7 +167,6 @@ def main():
global_config["llm_providers"][key]["api_key"],
)
# 初始化Embedding库
embed_manager = EmbeddingManager(llm_client_list[global_config["embedding"]["provider"]])
logger.info("正在从文件加载Embedding库")