| Input Table | Description |
|---|---|
| InputTable | Table containing a txt column to compute the sequences. If your table has another name, apply the name as an alias to txt. |
| ModelTable | Table containing a model_id column and a model BLOB column for ONNX. When ModelTable contains more than one model, you must use a SELECT query with a WHERE clause to select the model, otherwise an error occurs.
ModelTable must be specified as DIMENSION, otherwise an error occurs. |
| TokenizerTable | Table containing a tokenizer BLOB column for the JSON tokenizer input to ONNXEmbeddings. ModelTable must be specified as DIMENSION, otherwise an error occurs. |