rag_engine
:
Name | Description |
---|---|
llm_type | It defines which LLM is used. |
url | It is used to find the knowlege 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 that stores the input to the model. |
url
parameter or in the FROM
clause.rag_engine
to create a model with the CREATE MODEL
statement.
answer | source_documents | question |
---|---|---|
MindsDB supports various machine learning use cases such as anomaly detection, forecasting, recommenders, classification, and regression. It also supports multimedia use cases such as video and text semantic search, text to audio, text to video, and text to image. | {} | What ML use cases does MindsDB support? |
rag_engine
to create a model with the CREATE MODEL
statement and MySQL
database as a knowlege base.
answer | source_documents | question |
---|---|---|
ShopRite Arthritis Pain Acetaminophen is not specifically designed for treating a cold. It may help to temporarily relieve minor aches and pains associated with a cold, but it is not the best product for treating a cold. It is always best to consult with a doctor or pharmacist for the most appropriate medication for treating a cold. | {"column":["full_ingredients","indications_and_usage","intended_purpose_of_product","active_ingredient"],"sources_content":["ShopRite Arthritis ..."],"sources_document":["dataframe"],"sources_row":[1,1,1,1]} | what product is best for treating a cold? |
rag_engine
to create a model with the CREATE MODEL
statement and uploaded file as a knowlege base.
Upload File
option. Create a model using this engine and include the FORM clause:
answer | source_documents | question |
---|---|---|
ShopRite Arthritis Pain Acetaminophen is not specifically designed for treating a cold. It may help to temporarily relieve minor aches and pains associated with a cold, but it is not the best product for treating a cold. It is always best to consult with a doctor or pharmacist for the most appropriate medication for treating a cold. | {"column":["full_ingredients","indications_and_usage","intended_purpose_of_product","active_ingredient"],"sources_content":["ShopRite Arthritis ..."],"sources_document":["dataframe"],"sources_row":[1,1,1,1]} | what product is best for treating a cold? |