Releases: Ironclad/rivet
Releases · Ironclad/rivet
Rivet Libraries v1.20.0
New Features
- Support for "cache breakpoints" such as in Anthropic's Prompt Caching
- New "Play Audio" node.
- Support OpenAI Structured Outputs
- Support for "Run From Here" by using preloaded data.
- Beta support for OpenAI o1-preview models
Fixes & Changes
- Lazy-import
gpt-tokenizer
for improved import time - Fixes for "Run From Here"
Rivet IDE v1.9.0
New Features
- New Node: Play Audio - play any audio inside the IDE, such as received from an LLM
- Git History Integration - If your graph is versioned in git, see the changes to your graphs at any revision! Find what graphs changed in a given git commit!
- Object Node AI Assist!
- GPT Function Node AI Assist!
- Support for OpenAI Structured Outputs
- Support for Anthropic Prompt Caching
- You can now run a graph once, then Run From Here at any node!
- Beta support for
o1-preview
models (no streaming, no function calls)
Changes & Fixes
- Improved how large blobs such as audio are handled in Rivet, improving performance
Rivet IDE v1.8.0
New Features
- Added GPT-4o and GPT-4o mini models
- (Anthropic Plugin) Added Claude 3.5 Sonnet model
- Extract Regex Node AI Assistant!
- New Node: Delegate Function Call - makes it easy to handle function calls using subgraphs!
- New splash screen when no project is open
- Delete key now deletes selected nodes
- Additional parameters can be sent using the Chat Node, for LM Studio or other models that can accept more parameters that don't have controls
- Added "Required" option for chat node function handling
Changes & Fixes
- Opening a project will open the main graph, or the first graph, automatically
- Empty graphs are now centered correctly
- Fixed parallel function call handling, All Messages can now go directly into an Assemble Prompt
- (AssemblyAI Plugin) Updated AssemblyAI package
- Fixed split number editor width on Windows
- Fixed Chunk node not showing input port when toggled on
- Fixed Slice node not allowing input ports
- (Anthropic Plugin) Standardize input port order with Chat node
- (Anthropic Plugin) Error if not using the node executor
- (Anthropic Plugin) Fix parallel function calling results passing
v1.19.1
v1.19.0
New Features
- Added new Delegate Function Call node
- Assistant chat message type now can have
function_calls
for parallel function calling support. - Add
gpt-4o
andgpt-4o-mini
as possible models - (Anthropic Plugin) Add
claude-3-5-sonnet-20240620
as a possible model
Bug Fixes & Tweaks
Rivet Libraries 1.18.1
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
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
New Features
- Support binary output in Http Call node
- Add internal support for latest gpt-4-turbo
Rivet IDE v1.7.11
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
New Features
- (Anthropic Plugin) Claude 3 support for tool usage.
Bug Fixes
None