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
@@ -32,7 +32,7 @@ from .DataModels import (
StepBackPrompt, HypotheticalDocument
)
from .ProfessionalNounVector import ProfessionalNounRetriever, AsyncProfessionalNounRetriever
from rag2_0.tool.ModelTool import XinferenceReRankerModel, OpenAiLLM, SiliconFlowReRankerModel
from rag2_0.tool.ModelTool import XinferenceReRankerModel, OpenAiLLM
class AsyncIntentRecognizer:
SOFT_WIKI_PATH = "data/wiki_data"