返回全部动态
DSPy 3.1.2 发布:修复 RAG 教程与 JSON 解析,增强 Parallel 参数
原标题:3.1.2
AI 摘要
DSPy 发布了 3.1.2 维护版本,主要修复了 RAG 教程中的下载问题、改进了 JSON 解析(移除了初始正则提取),并更新了设置保存/加载方法。此外,Parallel 组件新增了 timeout 和 straggler_limit 参数,CI 流程也进行了调整。该版本包含来自新贡献者的代码,提升了库的稳定性和可用性。
以上摘要由 AI 生成,可能存在误差。事实请以原文为准。
正文节选
## What's Changed Maintenance * ci: install Deno in release workflow by @okhat in https://github.com/stanfordnlp/dspy/pull/9217 * Fix download bug in RAG tutorial by @togimoto in https://github.com/stanfordnlp/dspy/pull/9156 * Update DSpy settings save / load methods by @WeichenXu123 in https://github.com/stanfordnlp/dspy/pull/9215 * Expose timeout and straggler_limit params in Parallel by @halfprice06 in https://github.com/stanfordnlp/dspy/pull/9199 * Fix JSON parsing: Removing initial
发布时间:2026-01-19 22:16
抓取时间:2026-08-02 00:25
来源机构:Stanford NLP