| Step Details |
| Introduced in Version | 9.10.0
|
| Last Modified in Version | 9.12.0 |
| Location | AI > Prompt Management |
The Prepare Text for Embeddings step is used to allow users to add text that will be used for an embedding within a LLM. There are also pre-built options like stripping out HTML and removing square brackets [ ].
Prerequisites
This step requires the AI Common to be installed before it will be available in the toolbox.
Properties
Text Settings
| Property | Description | Data Type |
|---|
| Select Specific Options | Allows for advanced selection of options to refine preparation step | Boolean |
Inputs
| Property | Description | Data Type |
|---|
| Input Text | String subject to alterations in this step | String |
Outputs
| Property | Description | Data Type |
|---|
| Done |
|
|
| Prepared Text | Outputted text with preparation alterations as determined in the text settings | String |

Example Inputs and Outputs
| Input | Output |
|---|
| \This Is A Sample\ | \\This Is A Sample\\ |
This Is A Sample
| this is a sample |
| <div>This is a sample</div> | This is a sample |
| [This is a sample] | This is a sample |
