Search



Search Results
Displaying 31 to 40 of 654 total results
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 ...
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, ...
https://dev.mysql.com/doc/refman/8.4/en/create-table.html
| {FULLTEXT | SPATIAL} [INDEX | KEY] [index_name] (key_part,...) [index_option] ... Character data types (CHAR, VARCHAR, the TEXT types, ENUM, SET, and any synonyms) can include CHARACTER SET to specify the character set for the column. BLOB and ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-generate-embeddings.html
Vector embeddings are a numerical representation of the text that capture the semantics of the data and relationships to other data. You can pass the text string in the routine manually or use data from tables in your database. To embed multiple ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-supported-models.html
As of MySQL 9.4.1, MySQL HeatWave GenAI lets you use OCI Generative AI Service Vision Large Language Models (VLLMs) for generating text-based content pertaining to visual images. MySQL HeatWave In-Database Embedding Models The following in-database ... This topic provides the list of languages that MySQL HeatWave GenAI supports and the embedding models as well as large language models (LLMs) that are available in MySQL ...
Displaying 31 to 40 of 654 total results