完善数据库调用

This commit is contained in:
2026-03-27 00:06:17 +08:00
parent 6b88e971e8
commit 7c88da9ab1
18 changed files with 133 additions and 129 deletions

View File

@@ -15,6 +15,7 @@ python-dotenv==1.0.0
# ==================== 数据库 - MySQL (结构化数据) ====================
pymysql==1.1.0
aiomysql==0.2.0
sqlalchemy==2.0.25
# ==================== 数据库 - MongoDB (非结构化数据) ====================
@@ -29,7 +30,7 @@ celery==5.3.4
# ==================== RAG / 向量数据库 ====================
# chromadb==0.4.22 # Windows 需要 C++ 编译环境,如需安装请使用预编译版本或 WSL
sentence-transformers==2.2.2
sentence-transformers==2.7.0
faiss-cpu==1.8.0
# ==================== 文档解析 ====================
@@ -40,8 +41,6 @@ markdown-it-py==3.0.0
chardet==5.2.0
# ==================== AI / LLM ====================
langchain==0.1.0
langchain-community==0.0.10
httpx==0.25.2
# ==================== 数据处理与可视化 ====================