Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user