Skip to content

1.0.0

Compare
Choose a tag to compare
@bsorrentino bsorrentino released this 15 Nov 17:13
· 367 commits to main since this release

v1.0.0 (2024-11-15)

Documentation

ALM

v1.0-20241113 (2024-11-13)

Features

Documentation

ALM

v1.0-20241112 (2024-11-12)

Features

Bug Fixes

Documentation

ALM

v1.0-20241111 (2024-11-11)

Features

  • ToolNode Support for Tools specified dynamically (d5d387baba0fa40)

    resolve #44

  • AsyncNodeGenerator add 'resumedFromEmbed' state management in AsyncNodeGenerator (d4a5dd2f65d1e3f)

    work on #31

  • LLMStreamingGenerator make compliant with StreamingOutput (d39eef962b417bd)

    work on #31

  • StreamingOutput add NodeOutput<> specialization to support LLM streaming (aed9c23c09ed37d)

    work on #31

  • langchain4j bump async-generator version (253cd7d5b1ed353)

    work on #31

  • langchain4j handle completion on LLMStreamingGenerator (5740d1394aa35a6)

    • provide an operator to convert response to Map<>
      work on #31
  • CompiledGraph integrate embedding generator. (e7938e49c137f12)

    • manage resume state after completion of an embed generator
      work on #31
  • CompiledGraph add support of AsyncIterator.WithEmbed (3c254e8e800a346)

    work on #31

  • make LLMStreamingGenerator an implementation of AsyncGenerator.WithResult (c838f618ce9553c)

    work on #31

  • add a LLMStreamingGenerator class (d38eac5586b0ecd)

    Convert the langchain4j StreamingResponseHandler to AsyncStream
    work on #31

  • add react demo notebook (b19ab5e7456d4bc)

Documentation

ALM

work on #31

v1.0-20241029 (2024-10-29)

Features

Bug Fixes

Documentation

ALM