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 used to provide training data from a vector database. |