Type

The type of model that you want to use to generate the embeddings. You can use one of the following options:

  • Transformer. Use a sentence transformer model. For this type of model, you must also set ModelName.

  • Lua. Define a Lua script that you want to use. For this type of model, you must also set Script.

The method you use must produce vectors that are compatible with the vectors you use in the IDOL Content component.

Type: String
Default:  
Required: Yes
Configuration Section: MyEmbedding
Example: Type=Transformer
See Also: