Skip to content

Releases: stanfordnlp/dspy

2.5.38

24 Nov 18:03
Compare
Choose a tag to compare

2.5.37

24 Nov 17:01
Compare
Choose a tag to compare

2.5.36

24 Nov 16:33
5c2ee6a
Compare
Choose a tag to compare

What's Changed

  • Convert dspy.settings to a ContextVar
  • Improve ParallelExecutor (isolate even if 1 thread)
  • Permit user-launched threads

by @okhat in #1852

Full Changelog: 2.5.35...2.5.36

2.5.35

24 Nov 06:26
Compare
Choose a tag to compare

What's Changed

  • Expand default cache limit to 30GB by @okhat in #1850
  • Update RAG tutorial to use the downsampled RAG-QA Arena upload by @okhat in #1851

New Contributors

Full Changelog: 2.5.34...2.5.35

2.5.34

22 Nov 20:14
1a577f8
Compare
Choose a tag to compare

What's Changed

  • Introduce dspy.retrievers.Embeddings index (thread-safe, memory-friendly faiss kNN)
  • Introduce CompleteAndGrounded metric
  • Introduce Unbatchify utils

by @okhat in #1843

Full Changelog: 2.5.33...2.5.34

2.5.33

22 Nov 02:21
44b3331
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.5.32...2.5.33

2.5.32

19 Nov 20:43
Compare
Choose a tag to compare

What's Changed

  • Revert back to more permissive dspy.settings multi-threaded access by @okhat in 9a70c7c42c
  • Fix additional evaluation display failures for non-dict objects by @dbczumar in #1820
  • Use dspy.Embedding for KNN by @CyrusOfEden in #1822
  • Replace print by logger.info in BetterTogether optimizer by @chenmoneygithub in #1827

Full Changelog: 2.5.31...2.5.32

2.5.31

17 Nov 14:31
2e42988
Compare
Choose a tag to compare

What's Changed

  • Fix asyncify but warn on settings read from unrecognized thread by @okhat in #1813

Full Changelog: 2.5.30...2.5.31

2.5.30

16 Nov 23:54
fde7e52
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.5.29...2.5.30

2.5.29

08 Nov 19:29
97032e1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.5.28...2.5.29