This namespace contains 14 node(s).
Available Nodes
- Automatic Speech Recognition - Transcribe audio to text using automatic speech recognition models.
- Collect Text - Collects streaming text inputs into a single concatenated string.
- Concat - Concatenates text inputs into a single output. Add inputs dynamically with th…
- Count Tokens - Counts the number of tokens in text using tiktoken.
- Embedding - Generate vector representations of text using any supported embedding provide…
- Filter Regex String - Filters a stream of strings using regular expressions.
- Filter String - Filters a stream of strings based on various criteria.
- 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.
- Prompt - Compose a prompt string with named variables. Add variables via the Add Varia…
- 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.
- Template - Uses template syntax to format strings with variables. Supports {{ variable }…