- 新增 algorithm/ 目录 - 添加知识库 API 需求文档 - 添加相关截图 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
18 lines
229 B
Plaintext
18 lines
229 B
Plaintext
# FastAPI
|
|
fastapi>=0.100.0
|
|
uvicorn[standard]>=0.23.0
|
|
|
|
# HTTP 请求
|
|
requests>=2.31.0
|
|
|
|
# 文档解析
|
|
markitdown>=0.0.1
|
|
|
|
# Pydantic
|
|
pydantic>=2.0.0
|
|
|
|
# 可选:其他解析库
|
|
# docling>=0.1.0
|
|
# pypdf>=3.0.0
|
|
# python-docx>=0.8.11
|