Search



Search Results
Displaying 241 to 250 of 718 total results
https://dev.mysql.com/doc/mysql-ai/9.5/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.5/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/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 ...
https://dev.mysql.com/doc/workbench/en/wb-view-editor.html
The View Tab Use the View tab to perform the following tasks: Rename the view using the Name text box. To invoke the view editor, double-click a view object on the EER Diagram canvas or double-click a view in the Physical Schemas section on the ...
https://dev.mysql.com/doc/connectors/en/connector-net-8-0-connection-options.html
All text types including char and varchar are allowed; and blob is not considered a text type. This chapter describes the full set of MySQL Connector/NET 8.0 connection options. The protocol you use to make a connection to the server (classic MySQL ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-authentication-user-plugin.html
Design the main C# program as follows: using System; using System.Collections.Generic; using System.Linq; using System.Text; using MySql.Data.MySqlClient; namespace AuthPluginTest { class Program { static void Main(string[] args) { // Customize the ... Advanced users with special security requirements can create their own authentication plugins for MySQL Connector/NET ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-mysqlscript.html
This tutorial teaches you how to use the MySqlScript class. Depending on the circumstances, this can be more convenient than using the MySqlCommand approach. Further details of the MySqlScript class can be found in the reference documentation ...
Displaying 241 to 250 of 718 total results