refactor(tool): 移除html_to_md模块并清理相关依赖

- 删除html_to_md模块及其相关文件
- 更新ModelTool.py中的导入语句
- 移除IntentRecognition.py中未使用的导入
This commit is contained in:
2025-08-18 14:06:19 +08:00
parent 8b9ea73b3b
commit db84105abf
5 changed files with 2 additions and 666 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ import requests
import os
import logging
from rag2_0.tool.APIKeyManager import APIKeyManager
from urllib.parse import urljoin
class SiliconFlowEmbeddings(Embeddings):
"""SiliconFlow嵌入模型封装"""