Skip to content

Tags: trevyn/dspy

Tags

2.6.23

Toggle 2.6.23's commit message
Reduce default LM retries to 3

2.6.22

Toggle 2.6.22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improve handling of literals and optionals (stanfordnlp#8143)

2.6.21

Toggle 2.6.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make Adapters' parse_value and Cache's request_cache more permissive (s…

…tanfordnlp#8132)

2.6.20

Toggle 2.6.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add `dspy.Tool.from_mcp_tool` (stanfordnlp#8130)

* Add util for using mcp tools as DSPy tools

Co-authored-by: ThanabordeeN <[email protected]>

* rename

* update dependency

* add from_mcp_tool

* fix circular import

* test fix

---------

Co-authored-by: ThanabordeeN <[email protected]>

2.6.19

Toggle 2.6.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Dspy fanout cache (stanfordnlp#8062)

* init

* increment

* add test

* remove old cache code

* rename fanout_cache to disk_cache

* add testing

* fix tests

* add cache for colbert

* fix tests

* increase timeout to 10s

* change default value

* cache embedding

* fallback to litellm cache for embedding call

* fix test

2.6.18

Toggle 2.6.18's commit message
Fixing SIMBA max recursion depth error

Co-authored-by: Krista Opsahl-Ong <[email protected]>

2.6.17

Toggle 2.6.17's commit message
Remove stray print from JSONAdapter

2.6.16

Toggle 2.6.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add usage tracking (stanfordnlp#8014)

* init

* increment

* add test

* rename to lm_usage

* fix tests

* fix edge case

* add tutorial and fix some errors

* improve writing

* only deepcopy the usage tracker

* fix copy

2.6.15

Toggle 2.6.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: `ProgramOfThought` supports multiple output fields and more (st…

…anfordnlp#8004)

* feat: ProgramOfThought supports multiple return and more

* chore: prompt fixes

* chore: add missing codes

* chore: comment wording fixes

2.6.14

Toggle 2.6.14's commit message
Upgrade build_and_release.yml workflow to 3.11