Skip to content

v0.0.12

Compare
Choose a tag to compare
@parkervg parkervg released this 29 Feb 22:25
· 621 commits to main since this release
48b8fb8

What's Changed

  • Rename LLM to Model (259a32e)
    • Now, import is from blendsql.models import Model
  • Adding disckache cache for Model predictions (3c757a7)
    • If the model class and the arguments passed to predict() are identical to something in cache, just return, don't process it again
  • Better documentation, examples showing new ingredient integration (7a65153)

Full Changelog: v0.0.11...v0.0.12