Search



Search Results
Displaying 31 to 40 of 718 total 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.5/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/heatwave/en/mys-hw-genai-rag.html
As of MySQL 9.2.1, for context retrieval, the ML_RAG routine uses the name of the embedding model used to embed the input query to find relevant vector store tables that contain vector embeddings from the same embedding model. This topic contains ...
https://dev.mysql.com/doc/heatwave/en/mys-hwgenai-vector-store-load.html
language: specifies the text content language used in the files to be ingested into the vector store. embed_model_id: specifies the embedding model to use for encoding the text. In earlier versions of MySQL, default value is minilm for English text ... The VECTOR_STORE_LOAD routine generates vector embedding for the specified files or folders that are stored in the bucket, and loads the embeddings into a new vector store ...
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 ...
Displaying 31 to 40 of 718 total results