Search



Search Results
Displaying 241 to 250 of 410 total results
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-using-a-recommendation-model.html
It is a JSON object that has the table_name option as a key, which specifies the table that has item descriptions. It is a JSON object that has the table_name option as a key, which specifies the table that has user descriptions. To generate ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-bulk-load-mysql-server.html
options is a JSON object literal that includes: url-prefix: The common URL prefix for the files to load. MySQL includes a bulk load extension to the LOAD DATA statement. It can do the following: Optimize the loading of data sorted by primary key.
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-generate-embeddings.html
For example: mysql> SELECT sys.ML_EMBED_ROW(@text, JSON_OBJECT("model_id", "all_minilm_l12_v2")) into @text_embedding; The routine returns a VECTOR, and this command stores it in the @text_embedding variable. This section describes how to generate ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-rpd-ml-stats-table.html
The rpd_ml_stats table tracks the usage of successful MySQL AI routines. The following AutoML routines are tracked: ML_TRAIN ML_EXPLAIN ML_PREDICT_ROW ML_PREDICT_TABLE ML_EXPLAIN_ROW ML_EXPLAIN_TABLE The following GenAI routines are tracked: ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-model-export.html
ML_MODEL_EXPORT Overview After you run ML_MODEL_EXPORT, the output table has these columns and formats: chunk_id: INT AUTO_INCREMENT PRIMARY KEY model_object: LONGTEXT DEFAULT NULL model_metadata: JSON See Model Metadata. Use the ML_MODEL_EXPORT ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-nl-sql.html
tables: specifies the tables to consider for generating and running SQL queries in JSON format. TableJSON: JSON_OBJECT('schema_name', 'DBName', 'table_name', 'TableName') Note You can either use the schemas option to specify the databases to ...The ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-vector-store-load.html
The VECTOR_STORE_LOAD routine generates vector embedding for the specified files or folders that are , and loads the embeddings into a new vector store table. This routine creates an asynchronous task which loads vector store tables in the ...
https://dev.mysql.com/doc/relnotes/mysql-router/9.5/en/news-9-5-0.html
(Bug #38122485) Under certain circumstances, restarting MySQL Router could result in an empty state.json file, leading to restart failures. Errors were returned similar to the following: Error parsing file dynamic state file: Parsing JSON failed at ... Note These release notes were created with the assistance of MySQL HeatWave ...
https://dev.mysql.com/doc/workbench/en/wb-admin-export-import-management.html
Note Alternatively, use Export a Result Set to export a specific result set in the SQL editor to another format such as CSV, JSON, HTML, and XML. Use this wizard to either export or import SQL generated from MySQL Workbench or with the mysqldump ...
https://dev.mysql.com/doc/workbench/en/wb-migration-database-postgresql-typemapping.html
DATE DATE TIME TIME TIMESTAMP DATETIME INTERVAL TIME BYTEA LONGBLOB TEXT LONGTEXT CIDR VARCHAR(43) INET VARCHAR(43) MACADDR VARCHAR(17) UUID VARCHAR(36) XML LONGTEXT JSON LONGTEXT TSVECTOR LONGTEXT TSQUERY LONGTEXT ARRAY LONGTEXT POINT POINT LINE ...
Displaying 241 to 250 of 410 total results