Search Results
https://dev.mysql.com/doc/refman/8.4/en/mysqlimport.html
Invoke mysqlimport like this: mysqlimport [options] db_name textfile1 [textfile2 ...] For each text file named on the command line, mysqlimport strips any extension from the file name and uses the result to determine the name of the table into which ... The mysqlimport client provides a command-line interface to the LOAD DATA SQL ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-supported-data-types.html
MySQL HeatWave AutoML has the following limitations for text usage: The ML_PREDICT_TABLE ml_results column contains the prediction results and the data. MySQL HeatWave AutoML does not support text columns with NULL values. MySQL HeatWave AutoML does ...What's Next Learn more about the following: Additional MySQL HeatWave AutoML Requirements MySQL HeatWave AutoML Privileges Learn how to Create a Machine Learning ...
https://dev.mysql.com/doc/heatwave/en/mys-hwgenai-ml-rag-table.html
The input column must already exist and must contain text or varchar values. OutputTableColumn: specifies the names of the database, table, and column where the generated text-based response is stored. The new output table has key columns which ...
https://dev.mysql.com/doc/refman/8.4/en/manual-info.html
Differences between minor versions of MySQL 8.4 are noted in the present text with reference to release numbers (8.4.x). Typographical and Syntax Conventions This manual uses certain typographical conventions: Text in this style is used for SQL ...
https://dev.mysql.com/doc/ndbapi/en/ndb-column.html
Column::getCharset() Description This gets the character set used by a text column. This method is applicable only to columns whose Type value is Char, Varchar, or Text. Column::setCharset() Description This method can be used to set the character ... This section provides information about the Column class, which models a column in an NDBCLUSTER ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-run-chat.html
As of MySQL 9.2.1, MySQL HeatWave Chat lets you use your own embedding tables for context retrieval. In earlier versions of MySQL, MySQL HeatWave Chat uses only inbuilt vector store tables for context retrieval. In this topic, the HEATWAVE_CHAT ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-vector-store-overview.html
About Optical Character Recognition Optical Character Recognition (OCR) in MySQL HeatWave GenAI lets you extract and encode text from images stored in unstructured documents. The text extracted from images is converted into vector embeddings and ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-data-import-details.html
Files (for text file imports only): The names of imported data files. Skip rows (for text file imports only): The number of rows that is skipped from the beginning of the imported data file or, in the case of multiple import files, at the beginning ... Data Import Details 7.2.1.3.1 Data Import Details Use the Console to view the Data Import ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-genai-embedding-models.html
As of MySQL 9.2.1, can be used for encoding text or documents in all supported languages (in earlier versions of MySQL, can be used for encoding text or documents in all supported languages other than English). all_minilm_l12_v2: In MySQL 9.2.2 and ... MySQL HeatWave GenAI In-databse Embedding Models 14.2.4 MySQL HeatWave GenAI In-databse Embedding Models For MySQL 9.3.2 and later, see View Available Models on how to view a list of the supported in-database embedding ...
https://dev.mysql.com/doc/refman/8.4/en/create-table-ndb-comment-options.html
This works for BLOB, MEDIUMBLOB, LONGBLOB, TEXT, MEDIUMTEXT, LONGTEXT, and JSON columns. NDB_COLUMN comments do not support TINYBLOB or TINYTEXT columns, since these have an inline part (only) of fixed size, and no separate parts to store elsewhere.