embedding
as an engine and providing your OpenAI API key.
engine
is a required parameter. It defines the AI engine, as created with the CREATE ML_ENGINE
statement, to be used.class
is a required parameter. It defines the model provider, such as "OpenAI"
or "HuggingFace"
.model
is a required parameter. It defined the embedding model, such as text-embedding-3-small
.openai_api_key
is a required parameter when using OpenAI as a provider.input_columns
is an optional parameter. It defines the column(s) to be processed by the embedding model.embedding
to create a model with the CREATE MODEL
statement.
DESCRIBE
command and look at the status
column.