Skip to content

Rivet Libraries v1.10.0

Compare
Choose a tag to compare
@abrenneke abrenneke released this 16 Oct 22:32
· 615 commits to main since this release

Features & Changes

  • 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