feat: 添加算法目录和知识库 API 文档
- 新增 algorithm/ 目录 - 添加知识库 API 需求文档 - 添加相关截图 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
17
algorithm/requirements.txt
Normal file
17
algorithm/requirements.txt
Normal file
@@ -0,0 +1,17 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user