Type

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

  • GenerativeLLM. Use a generative LLM model that you configure directly. For this type of model, you must set ModelPath and TokenizerPath.

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

Type: String
Default:  
Required: Yes
Configuration Section: MyGenerativeModel
Example: Type=GenerativeLLM
See Also: