ollama
) should be used as a value for the engine
parameter in the USING
clause of the CREATE MODEL
statement.
CREATE MODEL
statement is used to create, train, and deploy models within MindsDB.
Name | Description |
---|---|
engine | It defines the Ollama engine. |
model_name | It is used to provide the name of the model to be used |
DESCRIBE ollama_model;
DESCRIBE ollama_model.model;
DESCRIBE ollama_model.features;