This namespace contains 50 node(s).

Available Nodes

  • Automatic Speech Recognition - Transcribe audio to text using automatic speech recognition models.
  • Capitalize Text - Capitalizes only the first character.
  • Check Length - Checks if text length meets specified conditions.
  • Collapse Whitespace - Collapses consecutive whitespace into single separators.
  • Collect Text - Collects streaming text inputs into a single concatenated string.
  • Compare Text - Compares two text values and reports ordering.
  • Concatenate Text - Concatenates text inputs into a single output.
  • Contains Text - Checks if text contains a specified substring.
  • Count Tokens - Counts the number of tokens in text using tiktoken.
  • Embedding - Generate vector representations of text using any supported embedding provider.
  • Ends With - Checks if text ends with a specified suffix.
  • Equals - Checks if two text inputs are equal.
  • Extract JSON - Extracts data from JSON using JSONPath expressions.
  • Extract Regex Groups - Extracts substrings matching regex groups from text.
  • Extract Text - Extracts a substring from input text.
  • Filter Regex String - Filters a stream of strings using regular expressions.
  • Filter String - Filters a stream of strings based on various criteria.
  • Find All Regex Matches - Finds all regex matches in text as separate substrings.
  • Find Regex Matches - Find all matches of a regex pattern in text.
  • Format Text - Replaces placeholders in a string with dynamic inputs using or…
  • HTML to Text - Converts HTML content to plain text using html2text.
  • Index Of - Finds the position of a substring in text.
  • Is Empty - Checks if text is empty or contains only whitespace.
  • Join - Joins a list of strings into a single string using a specified separator.
  • Load Text Assets - Load text files from an asset folder.
  • Load Text Folder - Load all text files from a folder, optionally including subfolders.
  • Measure Length - Measures text length as characters, words, or lines.
  • Pad Text - Pads text to a target length.
  • Parse JSON String - Parses a JSON string into a Python object.
  • Remove Punctuation - Removes punctuation characters from text.
  • Replace Text - Replaces a substring in a text with another substring.
  • Replace with Regex - Replace text matching a regex pattern.
  • Save Text - Saves input text to a file in the assets folder.
  • Save Text File - Saves input text to a file in the assets folder.
  • Slice Text - Slices text using Python’s slice notation (start:stop:step).
  • Slugify - Converts text into a slug suitable for URLs or IDs.
  • Split Text - Separates text into a list of strings based on a specified delimiter.
  • Split Text into Chunks - Splits text into chunks of specified word length.
  • Split with Regex - Split text using a regex pattern as delimiter.
  • Starts With - Checks if text starts with a specified prefix.
  • Strip Accents - Removes accent marks while keeping base characters.
  • Surround With - Wraps text with the provided prefix and suffix.
  • Template - Uses template syntax to format strings with variables. Supports {{ variable }}…
  • To Lowercase - Converts text to lowercase.
  • To String - Converts any input value to its string representation.
  • To Title Case - Converts text to title case.
  • To Uppercase - Converts text to uppercase.
  • Trim Whitespace - Trims whitespace from the start and/or end of text.
  • Truncate Text - Truncates text to a maximum length.
  • Validate with Regex - Check if text matches a regex pattern.