Releases: Ironclad/rivet
Releases · Ironclad/rivet
Rivet Libraries v1.3.0
- Add new
HTTP Call
node, to make arbitrary HTTP calls - AudioNode etc now store and saved data with a reference to data on the
Project
now. Project
has adata
property which stores static data on it, mostly for app performance reasons.- Fix subgraphs not seeing plugins
- Pinecone Vector KNN now outputs entire metadata object, accessible using
$.metadata
Rivet IDE v1.2.0-beta1
See the assets to download this version and install.
Rivet Libraries v1.2.0
- Adds Hugging Face built-in plugin a569628
- Number node editors can have allowEmpty to allow their values to be undefined ee17d98
- Pinecone integration moved to core, changed to a plugin #98
- Fixed a[] -> b[] coercion by taking the type of a into account when coercing d1a087a
- Fix chat node not accepting output of array node for functions. edd1dab
- Fix parsing of GPT function calls in Chat node 7c3e05e
- Disable some traces for better performance with large data values 59b2d23
Rivet IDE v1.1.0
- Hugging Face plugin! Adds
ChatHuggingFace
node andTextToImageHuggingFace
node. a569628 - Migrate Pinecone integration to a plugin (fixes pinecone integration) thanks @Crystalix007! #98
- Ability to pin nodes to keep them "expanded" when you haven't hovered over them 95770c1
- Fix issue with plugin nodes not loading their ports 6d7aa6f
- Fix Chat node functions port not working with an array of GPT Function nodes. edd1dab d1a087a
- Fix response parsing for GPT when it calls functions 7c3e05e
- Improve performance with very large data values 59b2d23
- Hide Run Test button for now, pending reimplementation 59b2d23
Rivet IDE v1.0.1
Changes:
- Fix stray connections when editing a node so that all connections are always valid (#92)
- Windows support
Rivet Libraries v1.1.0
1.1.0
- Support
runToNodeIds
inGraphProcessor
anddynamicGraphRun
, allowing a graph to run to a certain point, but no further. - User Input node can coerce its input type into a string for the user's question they see.
Rivet IDE v1.0.0
rivet-core
1.1.0- When right clicking on a node, you can choose "Run To Here" to run the graph to that specific node, and only that node
- Remove unimplemented test cases tab from node editor
- Fix some issues with plugin enabling/disabling causing errors
- Revamp the settings modal to have tabs
- Re-enable the autoevals plugin
- Plugin settings can support helper text
Rivet Libraries v1.0.1
- Fix package.json
license
fields.
Rivet Libraries v1.0.0
Stabilizing the API and moving to semver. No notable changes in this version.
Rivet Libraries v0.15.2
Changes
- Can abort
GraphProcessor
during replay - Improve performance of
NodeRegistration
- Plugins can define secret configuration
- Fix
AudioNode
title - Support and/or/xor/nand/nor/xnor in
CompareNode
- Fix
PromptNode
not deduplicating input names - Add complete AssemblyAI plugins