Search



Search Results
Displaying 2441 to 2450 of 3661 total results
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-genai-vector-search.html
When you enter a query, GenAI performs a vector-based similarity search to retrieve similar content from the vector store and embedding tables available in the DB system. You can use both inbuilt vector store tables and tables containing your own ...This helps the LLM to produce more relevant and accurate results for your ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-mysqlai-ml-explain.html
ML_EXPLAIN Syntax mysql> CALL sys.ML_EXPLAIN ('table_name', 'target_column_name', model_handle, [options]); options: { JSON_OBJECT("key","value"[,"key","value"] ...) "key","value": { ['model_explainer', ... Running the ML_EXPLAIN routine on a model ...
https://dev.mysql.com/doc/workbench/en/wb-migration.html
Convert tables and copy data, but will not convert stored procedures, views, or triggers. MySQL Workbench provides the ability to migrate ODBC-compliant databases to MySQL. Setup may be the most challenging aspect of using the MySQL Workbench ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-source-configuration-options.html
On non-Windows systems, CMake checks to see whether MYSQL_CONFIG_EXECUTABLE is set. -DBUNDLE_DEPENDENCIES=bool This is an internal option used for creating Connector/C++ distribution packages. -DCMAKE_BUILD_TYPE=type The type of build to produce: ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-connection.html
connectionAttributes A comma-delimited list of user-defined "key:value" pairs, in addition to standard MySQL-defined "key:value" pairs, to be passed to MySQL Server for display as connection attributes in the 'PERFORMANCE_SCHEMA' tables ...Example ...
https://dev.mysql.com/doc/connectors/en/connector-net-entityframework-core-example.html
For specific compatibility information, see Table 4.3, “Connector/NET Versions and Entity Framework Core Support”. The Code First approach enables you to define an entity model in code, create a database from the model, and then add data to the ...
https://dev.mysql.com/doc/connectors/en/connector-net-introduction.html
Entity Framework 6 and Entity Framework Core to migrate data to and from MySQL data tables. MySQL Connector/NET enables you to develop .NET applications that require secure, high-performance data connectivity with MySQL. It implements the required ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-datetime-fractional.html
To use the more precise date and time types, specify a value from 1 to 6 when creating the table column, for example TIME(3) or DATETIME(6), representing the number of digits of precision after the decimal point. MySQL Connector/NET supports the ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlconnection-cmd-init-db.html
In subsequent queries, this database is the default for table references that include no explicit database qualifier. Syntax: cnx.cmd_init_db(db_name) This method makes specified database the default (current) database.
https://dev.mysql.com/doc/connector-net/en/connector-net-entityframework-core-example.html
For specific compatibility information, see Table 7.1, “Connector/NET Versions and Entity Framework Core Support”. The Code First approach enables you to define an entity model in code, create a database from the model, and then add data to the ...
Displaying 2441 to 2450 of 3661 total results