Skip to content

v0.1.0 - DSPy.rb Examples with Updated Dependencies

Latest
Compare
Choose a tag to compare
@vicentereig vicentereig released this 22 Jul 19:03
· 37 commits to main since this release

What's Changed

πŸ”§ Maintenance

  • Updated dspy gem from v0.3.1 to v0.11.0
  • Updated Ruby version from 3.3.5 to 3.3.8
  • Added version tracking with lib/version.rb

πŸ“¦ New Dependencies

  • informers (~> 1.2) for transformer models support
  • polars-df (~> 0.20.0) for data processing capabilities
  • Updated openai from 0.9.0 to 0.13.0

πŸ“š Examples Included

  • Basic prediction with DSPy::Predict
  • Chain of thought reasoning
  • ReAct agents with custom tools
  • Multi-stage pipelines
  • Custom types with signatures

This is the first official release of the DSPy.rb examples repository.

πŸ€– Generated with Claude Code