Skip to content

Releases: Ironclad/rivet

Rivet Libraries 1.18.1

10 May 19:12
Compare
Choose a tag to compare

Bug Fixes

  • Fix Vector Store and Vector KNN nodes not being able to use input ports for the collection ID.

Rivet IDE v1.7.12

10 May 22:28
Compare
Choose a tag to compare

Bug Fixes

  • Fix flickering when moving nodes around
  • Fix loading plugins that contain non-ascii unicode characters
  • Fix Vector KNN and Vector Store not using collection ID input port

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)