Skip to content

Releases: Ironclad/rivet

Rivet Libraries v1.7.0

Choose a tag to compare

@abrenneke abrenneke released this 22 Sep 22:00

New Features

  • Node definitions can have helper messages, and hide/disable the editors based on conditions of their data.
  • Add key value pair editors and string list editors for nodes
  • Add ability to group editor definitions
  • Add Slice node
  • Chat nodes can have additional headers passed into them
  • Gentrace plugin & execution recorder remote execution support
  • Can pass chat node headers in via Settings interface

Changes & Fixes

  • Fix aborting split sequential nodes
  • Fix saving graph attached data to project files

Rivet Libraries v1.6.1

Choose a tag to compare

@abrenneke abrenneke released this 21 Sep 16:44

Fixes

  • Fix crash with commonjs require of rivet-core due to cyclic import

Rivet IDE v1.4.0-beta1

Pre-release

Choose a tag to compare

@github-actions github-actions released this 21 Sep 21:40

See the assets to download this version and install.

Rivet Libraries v1.6.0

Choose a tag to compare

@abrenneke abrenneke released this 20 Sep 20:13

New Features

  • Support for datasets. See the Rivet 1.3 release notes for more information.
  • Support for NPM plugins in the Rivet UI. See the Rivet 1.3 release notes for more information.
  • Split nodes can run sequentially or in parallel.
  • If node now has a "False" output, and can be used for more control flow!
  • New Nodes:
    • Append to Dataset
    • Create Dataset
    • KNN Dataset
    • Get All Datasets
    • Get Dataset Row
    • Load Dataset
    • Split Text

Changes & Fixes

  • Better error when nodes require the node executor
  • Fix bug when running graph output node 3+ times in a graph
  • Fix some unconnected inputs not falling back to default value
  • Change to nanoid/non-secure random string generator - collision chance increase likely not a problem for Rivet.

Rivet IDE v1.3.0

Choose a tag to compare

@abrenneke abrenneke released this 20 Sep 20:20
5b468f7

New Features

  • Data Studio! The Data Studio is your scratch pad for data, built into Rivet, and integrated with Rivet graphs. Use it as a place to explore data, or building data processing pipelines, or as a small vector database. It's up to you! Check out the documentation for more info.
  • NPM Plugins! You can now install plugins from NPM, and use them in your graphs.
  • You now have the option to run Split nodes sequentially instead of in parallel.
  • If node now has a "False" output, and can be used for more control flow!
  • New Nodes:
    • Append to Dataset
    • Create Dataset
    • KNN Dataset
    • Get All Datasets
    • Get Dataset Row
    • Load Dataset
    • Split Text

Plugins

Check out the Oobabooga Plugin to call local LLMs from Rivet!

Changes & Fixes

  • Improved top navigation tabs
  • Improve node executor behavior, hide run button when not connected
  • Fix Prompt Designer not using environment variables
  • Better error when nodes require the node executor
  • Fix invisible text on Ubuntu/Kubuntu
  • Allow setting the default executor in the settings modal
  • Fix many nodes' text being wrapped due to additional button in title
  • Fix missing node images on a few nodes
  • Better error toast when failing to load project
  • Fix bug when running graph output node 3+ times in a graph
  • Fix some unconnected inputs not falling back to default value

Rivet IDE v1.3.0-3

Rivet IDE v1.3.0-3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 20 Sep 01:02

See the assets to download this version and install.

Rivet Libraries v1.5.0

Choose a tag to compare

@abrenneke abrenneke released this 16 Sep 19:53

New Features

  • New NPM plugin infrastructure, write plugins and publish them to NPM, then use them in Rivet!
  • Support openAiEndpoint in Settings interface, for a default OpenAI endpoint to use.
  • Match node now supports a value input for the value to pass through.

Bug Fixes & Changes

  • Fix OpenAI initial response timeout, 5 seconds for actual OpenAI endpoints, disabled for custom endpoints

Rivet IDE v1.3.0-beta1

Pre-release

Choose a tag to compare

@abrenneke abrenneke released this 16 Sep 20:30
app-v1.3.0-beta1

App v1.3.0-beta1

Rivet IDE v1.3.0-2

Rivet IDE v1.3.0-2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 Sep 00:20

See the assets to download this version and install.

Rivet Libraries v1.4.0

Choose a tag to compare

@abrenneke abrenneke released this 14 Sep 00:39

New Features

  • Remote plugin system is now working! See rivet-plugin-example for information on how to create your own plugins!
  • Add Gentrace plugin!
  • Add Delay Node!
  • The endpoint for the Chat Node is now configurable! You can now use any OpenAI compatible API with your Chat nodes.

Changes and bug fixes

  • opanAiKey is now optional in a Settings object.
  • Graph metadata can now have an attachedData key
  • Increase default Number node width to avoid overflow.
  • Fix plugin specs not being stored in saved files.