Refactor code structure for improved readability and maintainability

This commit is contained in:
2026-05-18 11:41:20 +08:00
parent d39de39f96
commit 3f154a3077
43 changed files with 5046 additions and 113 deletions

View File

@@ -13,10 +13,21 @@ dashscope>=1.14.0
# Milvus
pymilvus>=2.3.0
# MinIO
minio>=7.1.0
# PostgreSQL
sqlalchemy>=2.0.0
psycopg2-binary>=2.9.0
# Redis (optional, for caching)
redis>=5.0.0
# 文档解析
pypdf2>=3.0.0
python-docx>=1.1.0
pdfplumber>=0.10.0
pdf2image>=1.16.0
# Pydantic配置
pydantic>=2.0.0