Skip to content

Tags: vdhong/dspy

Tags

2.6.27

Toggle 2.6.27's commit message
Merge branch 'release-2.6.27a1'

2.6.27a1

Toggle 2.6.27a1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix BaseType annotation check (stanfordnlp#8318)

2.6.26

Toggle 2.6.26's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert hotpotqa back to original (from stanfordnlp#8234) as it's now …

…alive (stanfordnlp#8317)

2.6.25

Toggle 2.6.25's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add deps to testing before pypi (stanfordnlp#8308)

2.6.24

Toggle 2.6.24's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
remove duplicated callback field (stanfordnlp#8230)

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