Have Questions?  Need Expert Answers?  JOIN LUNCH N' LEARNS!

Prepare Text for Embeddings

Prev Next
Step Details
Introduced in Version9.10.0
Last Modified in Version9.12.0
LocationAI > 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

PropertyDescription Data Type
Select Specific OptionsAllows for advanced selection of options to refine preparation stepBoolean

Inputs

PropertyDescriptionData Type
Input TextString subject to alterations in this stepString

Outputs

PropertyDescriptionData Type
Done


Prepared TextOutputted text with preparation alterations as determined in the text settingsString


Example Inputs and Outputs

InputOutput
\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


Related Information


AI Common Module