pip install .[rag]
or from the requirements.txt file.rag_engine
) 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 |
---|---|
llm_type | It defines which LLM is used. |
url | It is used to provide training data from a website. |
vector_store_folder_name | It is a folder name to which the vector db data in between sessions is persisted. |
input_column | It is a column name which stores the input to the model. |
url
parameter or in the FROM
clause.