This namespace contains 29 node(s).

Available Nodes

  • Automatic Speech Recognition - Automatic speech recognition node. audio, speech, recognition
  • Check Length - Checks if text length meets specified conditions. text, check, length, compare, validate, whi…
  • Collect - Collects a stream of text inputs into a single string. text, collect, list, stream
  • Concatenate Text - Concatenates two text inputs into a single output. text, concatenation, combine, +

    Use c…

  • Contains Text - Checks if text contains a specified substring. text, check, contains, compare, validate, subs…
  • Count Tokens - Counts the number of tokens in text using tiktoken. text, tokens, count, encoding

    Use ca…

  • Ends With - Checks if text ends with a specified suffix. text, check, suffix, compare, validate, substrin…
  • Extract JSON - Extracts data from JSON using JSONPath expressions. json, extract, jsonpath

    Use cases: …

  • Extract Regex Groups - Extracts substrings matching regex groups from text. text, regex, extract

    Use cases: …

  • Extract Text - Extracts a substring from input text. text, extract, substring

    Use cases:

    • Extracti…
  • Find All Regex Matches - Finds all regex matches in text as separate substrings. text, regex, find

    Use cases: …

  • Find Regex Matches - Find all matches of a regex pattern in text. regex, search, pattern, match

    Use cases: …

  • Format Text - Replaces placeholders in a string with dynamic inputs using Jinja2 templating. text, template…
  • HTML to Text - Converts HTML content to plain text using html2text. html, convert, text, parse, extract

  • Is Empty - Checks if text is empty or contains only whitespace. text, check, empty, compare, validate, w…
  • Join - Joins a list of strings into a single string using a specified separator. text, join, combine…
  • Load Text Assets - Load text files from an asset folder. load, text, file, import

    Use cases:

    • Loading …
  • Parse JSON String - Parses a JSON string into a Python object. json, parse, convert

    Use cases:

    • Convert…
  • Replace Text - Replaces a substring in a text with another substring. text, replace, substitute

    Use cas…

  • Replace with Regex - Replace text matching a regex pattern. regex, replace, substitute

    Use cases:

    • Clean…
  • Save Text - Saves input text to a file in the assets folder. text, save, file

    Use cases:

    • Persi…
  • Save Text File - Saves input text to a file in the assets folder. text, save, file
  • Slice Text - Slices text using Python’s slice notation (start:stop:step). text, slice, substring

    Use …

  • Split Text - Separates text into a list of strings based on a specified delimiter. text, split, tokenize

  • Split Text into Chunks - Splits text into chunks of specified word length. text, chunk, split

    Use cases:

    • Pr…
  • Split with Regex - Split text using a regex pattern as delimiter. regex, split, tokenize

    Use cases:

    • P…
  • Starts With - Checks if text starts with a specified prefix. text, check, prefix, compare, validate, substr…
  • Template - Uses Jinja2 templating to format strings with variables and filters. This node is dynamic and can…
  • Validate with Regex - Check if text matches a regex pattern. regex, validate, check

    Use cases:

    • Validate …