Files
jaspersoft-agent-learn/requirements.txt
T

16 lines
403 B
Plaintext

# 基础依赖(Step 01-04 仅标准库,无需安装)
# 进阶依赖(按需安装)
#
# 复制 .env.example 为 .env 后填入真实 key
# 然后按需取消注释:
# LLM 客户端(Step 03+ 接 LLM 时需要)
# openai>=1.30.0
# anthropic>=0.30.0
# 向量数据库(Step 05 RAG 时需要)
# chromadb>=0.5.0
# Embedding 模型(Step 05 RAG 时需要)
# sentence-transformers>=2.7.0