Search



Search Results
Displaying 1081 to 1090 of 3602 total results
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-rag.html
vector_store: the list of vector store tables used for context retrieval. It can include the following parameters: vector_store: specifies a list of loaded vector store tables to use for context retrieval. By default, the routine performs a global ... The ML_RAG routine performs retrieval-augmented generation (RAG) by: Taking a natural-language ...
https://dev.mysql.com/doc/refman/8.4/en/sql-prepared-statements.html
Metadata changes to tables or views referred to by prepared statements are detected and cause automatic repreparation of the statement when it is next executed. Using prepared statements with placeholders for parameter values has the following ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-generate-content.html
To Run Batch Queries, add the natural-language queries to a column in a new or existing table. This progress has led to improvements in areas such as image recognition, natural language processing, and predictive analytics, making AI more intuitive ... The following sections in this topic describe how to generate new text-based content using MySQL HeatWave GenAI: Before You Begin Generate Content Run Batch Queries What's Next Before You Begin Review the MySQL HeatWave GenAI requirements and ...
https://dev.mysql.com/doc/heatwave/en/mys-hwgenai-nl-sql.html
You can use this routine for generating and running SQL queries only for databases and tables that you have access to. @output: output parameter that includes the list of tables and databases considered for generating the SQL query, Model ID of the ...The routine also runs the generated SQL statement and displays the result ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-cloudwatch-metrics.html
Metrics: Table 17-1 list the metrics for monitoring your DB Systems and MySQL HeatWave Clusters. Table 17-1 CloudWatch Metrics for MySQL HeatWave on AWS Metric Unit Description Dimensions Monitoring Configuration Templates the Metric Is In ...
https://dev.mysql.com/doc/refman/8.4/en/cast-functions.html
Table 14.15 Cast Functions and Operators Name Description Deprecated BINARY Cast a string to a binary string Yes CAST() Cast a value as a certain type CONVERT() Cast a value as a certain type Cast functions and operators enable conversion of values ...A common use for BINARY is to force a character string comparison to be done byte by byte using numeric byte values rather than character by ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-file-space.html
The data files that you define in the configuration file using the innodb_data_file_path configuration option form the InnoDB system tablespace. You cannot define where within the system tablespace your tables are allocated. In a newly created ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-examples-programming-vb.html
5.6.7.1.1 ADO: rs.addNew, rs.delete, and rs.update The following ADO (ActiveX Data Objects) example creates a table my_ado and demonstrates the use of rs.addNew, rs.delete, and rs.update. rs.Open "SELECT * FROM my_ado" rs!Name = "update" rs!txt = ...
https://dev.mysql.com/doc/ndbapi/en/ndbapi-examples-array-simple.html
This program inserts CHAR, VARCHAR, and BINARY column data into a table by constructing aRef objects using local functions. It then reads the columns back and extracts the data from them using local functions. See Section 2.5.15, “Common Files ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-ml-score.html
ML_SCORE Syntax mysql> CALL sys.ML_SCORE(table_name, target_column_name, model_handle, metric, score, [options]); options: { JSON_OBJECT("key","value"[,"key","value"] ...) "key","value": { ['threshold', 'N'] ['topk', 'N'] ['remove_seen', ...
Displaying 1081 to 1090 of 3602 total results