Search



Search Results
Displaying 241 to 250 of 740 total results
https://dev.mysql.com/doc/extending-mysql/9.7/en/plugin-api-characteristics.html
Interfaces for several types of plugins exist, such as storage engines, full-text parser, and INFORMATION_SCHEMA tables. For example, a library containing a full-text parser plugin has a general plugin API version number, and the plugin has a ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-ai-genai-supported-models.html
The quality of the generated text outputs depends on the training and ability of the LLM to work with the language. What's Next Learn how to perform the following tasks: Generate Text-Based Content Set Up a Vector Store Generate Vector Embeddings ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-mysqlai-chat.html
include_document_uris: limits the documents used for context retrieval by including only the specified document URIs. vector_store_columns: optional parameter which specifies column names for finding relevant vector and embedding tables for context ... The HEATWAVE_CHAT routine automatically calls the ML_RAG routine which loads an LLM and runs a semantic search on the available vector stores by ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-mysqlai-ml-train.html
To review supported embedding models in MySQL AI, run the following query: SELECT sys.ML_LIST_LLMS(); and see models that have capabilities with TEXT_EMBEDDINGS. mysql> CALL sys.ML_TRAIN('topic_modeling_data.text_types_train', NULL, ... Run the ...
https://dev.mysql.com/doc/relnotes/mysql/9.7/en/news-9-1-0.html
This interface makes it possible to discover the available logging instrumentation, enable loggers, generate records, and extract the associated trace contexts. (Bug #36522343) InnoDB: The upgrade process unexpectedly halted when the database ...
https://dev.mysql.com/doc/relnotes/mysql/9.7/en/news-9-2-0.html
This meant that the condition to be pushed down was written to a text string with the wrong character set. InnoDB: An assertion failure was raised when creating a FULLTEXT index on a table with an FTS_DOC_ID value greater than 4294967295. (Bug ...
https://dev.mysql.com/doc/workbench/en/wb-configuring-files.html
Note To find these text files, select Show Log Files from the Help menu. They are stored as plain text files that are separated one per day (such as 2015-12-15) and they contain your MySQL Workbench SQL statement history for all MySQL connections.
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-secure-auth.html
This is because MySQL does not store passwords as plain text, so regenerating password hashes requires user intervention. If using the old password format, you will see text beginning with "This account is using the pre-mysql-4.1.1 password hashing ... MySQL 4.1 extended password hashes from 16 to 41 ...
https://dev.mysql.com/doc/workbench/en/wb-sql-editor-snippets.html
Table 8.1 Default Local Snippet File Location Operating System File Path Windows %AppData%\MySQL\Workbench\User Snippets.txt macOS ~username/Library/Application Support/MySQL/Workbench/snippets/User Snippets.txt Linux ... The Snippets secondary tab ...
https://dev.mysql.com/doc/workbench/en/wb-sql-editor.html
Together the editors and panels enable you to: Build, edit, and run queries Create and edit data View and export results Perform basic RDBMS administrative tasks Color syntax highlighting, context help, and code completion assist you in writing and ... The visual SQL editor consists of a set of specialized editors (query, schema, table, and so on) and three panels: sidebar, secondary sidebar, and output ...
Displaying 241 to 250 of 740 total results