Skip to content

Releases: Ironclad/rivet

Rivet Libraries v1.18.0

09 May 17:52
Compare
Choose a tag to compare

New Features

  • Support binary output in Http Call node
  • Add internal support for latest gpt-4-turbo

Rivet IDE v1.7.11

09 May 18:31
Compare
Choose a tag to compare

New Features

  • Added Qdrant plugin!
  • HTTP Call node now supports binary output, can pipe into an Image node

Tweaks and Changes

  • Improved performance for large and extremely large graphs
  • Improved Rivet Utilities Plugin description
  • Update AssemblyAI package and vite
  • Added latest GPT-4-turbo as an option

Rivet Libraries v1.17.9

10 Apr 16:46
Compare
Choose a tag to compare

New Features

  • (Anthropic Plugin) Claude 3 support for tool usage.

Bug Fixes

None

Rivet IDE v1.7.10

10 Apr 17:02
Compare
Choose a tag to compare

New Features

  • (Anthropic Plugin) Claude 3 support for tool usage.

Bug Fixes

None

Rivet Libraries v1.16.0

25 Mar 17:52
Compare
Choose a tag to compare

New Features

  • (Anthropic Plugin) Full Claude 3 support!
  • Get Embedding node can be provided a model, and a number of dimensions to generate
  • (AssemblyAI Plugin) Allow sending additional parameters via a JSON object
  • (Pinecone Plugin) Allow object data to be passed and stored in the metadata

Fixes & Changes

  • Update AssemblyAI library to latest
  • Allow accessing project path via project metadata

Rivet IDE v1.7.9

25 Mar 19:06
Compare
Choose a tag to compare

New Features

  • (Anthropic Plugin) Full Claude 3 support!
  • Add setting to toggle the upper-casing of port names on nodes
  • Project path is included in project metadata (for plugins mostly)
  • Add rivet-utilities-plugin
  • Get Embedding Node supports model input and dimensions input
  • (AssemblyAI Plugin) Support additional parameters via a JSON object in the configuration
  • (Pinecone Plugin) Support storing properties of objects as the metadata of objects

Bug Fixes & Tweaks

  • Fix running from source with Volta

Rivet IDE v1.7.8

03 Mar 18:38
Compare
Choose a tag to compare

Changes & New Features

  • (OpenAI Plugin) Support sending a file name to OpenAI with the Upload File Node
  • (OpenAI Plugin) Do not always override an assistant's tools list in Run Thread node
  • Support removing presence_penalty and frequency_penalty and remove by default for Chat Node
  • Fix markdown rendering of subgraph node
  • Change GPT Function description editor to a code editor (with less height than normal code editor)
  • Retry OpenAI API 408 timeout
  • Add List Graphs, Graph Reference, and Call Graph nodes.
  • Improve extract json to handle square brackets and literal values
  • Added pdf2md + transformerlab plugins

Bug Fixes

  • Ignore empty event lines when reading from OpenAI event streams
  • Fix "fine-tune-results" being an file upload type option
  • Add potential fix for PATH issues installing plugins on MacOS
  • (Anthropic Plugin) now properly supports "Claude 2", "Claude 2.1", and "Claude Instant" choices
  • Fix in-app updating

Rivet Libraries v1.14.3

16 Feb 19:33
Compare
Choose a tag to compare

Minor Changes

  • Chat node can optionally not send presence_penalty and frequency_penalty if those parameters are unset
  • Do not always override an assistant's tools list in Run Thread node
  • Support sending a file name to OpenAI with the Upload File node
  • Retry on OpenAI API 408 timeout
  • Ignore empty event lines logging when reading event stream (less log spam)

Rivet Libraries v1.14.2

24 Jan 00:36
Compare
Choose a tag to compare

Bug Fixes & Minor Changes

Not quite just a patch but should be backwards compatible, sorry!

  • Fix regression in 1.14.1 causing hanging or rejected promises with object -> string conversions
  • Add GPT-3.5 1106
  • (Anthropic Plugin) Support Claude 2.1
  • (Anthropic Plugin) Better error handling, won't retry client errors
  • (OpenAI Plugin) Fix Run Thread Node not waiting for run to finish to completion
  • Support GPT parallel function calling (Chat node will return function-calls instead of function-call when enabled)

Rivet IDE v1.7.7

24 Jan 00:51
Compare
Choose a tag to compare

Improvements

  • Add gpt-3.5-1106 OpenAI model
  • Support GPT parallel function calling. Enabled by default on new Chat nodes.
  • (Anthropic Plugin) Support Claude 2.1

Bug Fixes

  • (OpenAI Plugin) Fix Run Thread node not waiting until thread is completed
  • (Anthropic Plugin) Improve error handling