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.

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

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