You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switch to gpt-tokenizer instead of tiktoken, which means no more wasm being included, should make bundling rivet-node easier. Tokenizer can also be passed in if someone wants to use tiktoken again, as it's faster.
Add Extract Markdown Code Blocks node
Code node now supports configurable inputs and outputs
Support escape characters in the delimiter for Join Node and Split Text Node
Support for Split Text Node splitting by regex
Bug Fixes
Fix node warning about event emitter max listeners
Fix output port of Graph Output node not having a value
Fix name and type input ports of Prompt Node not working