refactor(tool): 移除html_to_md模块并清理相关依赖
- 删除html_to_md模块及其相关文件 - 更新ModelTool.py中的导入语句 - 移除IntentRecognition.py中未使用的导入
This commit is contained in:
@@ -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嵌入模型封装"""
|
||||
|
||||
Reference in New Issue
Block a user