Skip to content

v1.7.0-beta.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jun 23:55
· 1563 commits to pre/beta since this release

1.7.0-beta.3 (2024-06-11)

Features

  • add caching (d790361)
  • add dynamic caching (7ed2fe8)
  • add new chunking function (e1f045b)
  • merge: add scriptcreatormulti, rag cache and semchunk (15421ef)
  • schema: merge scripts to follow pydantic schema (5d692bf)
  • refactoring of rag node (7a13a68)

Bug Fixes

  • cache: correctly pass the node arguments and logging (c881f64)
  • node: fixed generate answer node pydantic schema (ab00f23)

Docs

  • cache: added cache_path param (edddb68)
  • scriptcreator: enhance documentation (650c3aa)