Search Results
https://dev.mysql.com/doc/refman/8.4/en/mysql-batch-commands.html
To do so, create a text file text_file that contains the statements you wish to execute. The mysql client typically is used interactively, like this: mysql db_name However, it is also possible to put your SQL statements in a file and then tell ...
https://dev.mysql.com/doc/refman/8.4/en/glossary.html
atomic In the SQL context, transactions are units of work that either succeed entirely (when committed) or have no effect at all (when rolled back). The values from such a column can be used as lookup keys in various contexts, and because they are ... These terms are commonly used in information about the MySQL database ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-genai-byo-embedding-tables.html
The ML_RAG and ML_RAG_TABLE routines let you specify the table column names to use as filters for finding relevant tables for context retrieval. In addition to the specified column names, the ML_RAG and ML_RAG_TABLE routines use the name of the ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-byo-embedding-tables.html
The ML_RAG and ML_RAG_TABLE routines let you specify the table column names to use as filters for finding relevant tables for context retrieval. In addition to the specified column names, the ML_RAG and ML_RAG_TABLE routines use the name of the ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-parameters.html
It does not apply to external pages used for TEXT or BLOB entries. innodb_ft_aux_table System Variable innodb_ft_aux_table Scope Global Dynamic Yes SET_VAR Hint Applies No Type String Specifies the qualified name of an InnoDB table containing a ...
https://dev.mysql.com/doc/refman/8.4/en/xml-functions.html
(Bug #32911) ExtractValue(xml_frag, xpath_expr) ExtractValue() takes two string arguments, a fragment of XML markup xml_frag and an XPath expression xpath_expr (also known as a locator); it returns the text (CDATA) of the first text node which is a ... Table 14.16 XML Functions Name Description ExtractValue() Extract a value from an XML string using XPath notation UpdateXML() Return replaced XML fragment This section discusses XML and related functionality in ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-summarize-content.html
The following sections in this topic describe how to summarize exiting content using MySQL HeatWave GenAI: Before You Begin Summarize Text Run Batch Queries What's Next Before You Begin Review the MySQL HeatWave GenAI requirements and privileges.
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-summarize-docs.html
As of MySQL 9.4.1, MySQL HeatWave GenAI lets you generate text summaries for unstructured files available in Object Storage. The generated table contains text segments that are used as input text for the ML_GENERATE and ML_GENERATE_TABLE routines ...You need to first ingest these documents into vector store tables using Auto Parallel ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-vector-store-load.html
The specified LLM must be capable of processing both textual and visual inputs. As of MySQL 9.3.2, you can optionally set the following chunking parameters for customized text segmentation during vector store creation: SplitBy: method to use for ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-filter-definitions.html
query_digest([str]) This function has differing behavior depending on whether an argument is given: With no argument, query_digest returns the statement digest value corresponding to the statement literal text in the current event. As Table 8.42, ...