Arguments | Category | Description | Default Values | Permitted Values | Data Type | Charset (Applicable for String) | Case Sensitive |
---|---|---|---|---|---|---|---|
API_TYPE | Required | Specifies the API to be used. | None |
|
String | Unicode | |
AUTHORIZATION | Required | Specifies a JSON string representing key to access OpenAI or Azure OpenAI. | None | JSON String of the following format:
|
String | Unicode | No, JSON keys are not case sensitive.MULTIDRAG |
NUM_EMBEDDINGS | Optional | Number of embeddings to output | 1536 | Positive Integer | |||
MODEL_NAME | Optional | Name of OpenAI model to be used for computing embeddings | “text-embedding-ada-002” | Alphanumeric string with dashes | String | Unicode | Yes, Value will be used as is for connecting to Azure. |
TEXT_COLUMN | Required | Name of column of text to be used as input for computing embeddings | None | String name of Teradata column | VARCHAR | Unicode | Argument is not case sensitive. |