Search



Search Results
Displaying 561 to 568 of 568 total results
https://dev.mysql.com/doc/c-api/8.4/en/mysql-reset-connection.html
mysql_reset_connection() has effects similar to mysql_change_user() or an auto-reconnect except that the connection is not closed and reopened, and reauthentication is not done. mysql_reset_connection() affects the connection-related state as ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-1-0.html
(Bug #95039, Bug #35534640) The auto-deserialization function for BLOB objects is now deprecated. A deprecation warning will be issued if the connection property autoDeserialize is set to true. Version 8.1.0 is a new GA release of MySQL Connector/J. MySQL Connector/J 8.1.0 supersedes the 8.0 series and is recommended for use on production ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-2-0.html
(WL #15197) The auto-deserialization function for BLOB objects, deprecated since release 8.1.0, is now removed. During the reset, the autocommit mode of the session was restored to the default value specified on the server by the system variable ...
https://dev.mysql.com/doc/mysql-router/9.4/en/router-read-write-splitting-statements.html
The following statements are not supported if access_mode=auto: Any statement which is not read-only or read-write. The following describes read-only statements: Statements are read-only if they start with: SELECT DO VALUES TABLE WITH that is not ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-chat.html
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 default. If a parameter value in retrieval_options is set to auto, the default value for that parameter ...If the routine cannot find a vector store, then it calls the ML_GENERATE routine and uses information available in LLM training data, which is primarily information that is available in public data sources, to generate a response for the entered ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-rag-table.html
If a parameter value in retrieval_options is set to auto, the default value for that parameter is used. Note If this parameter is set, the default value of the n_citations parameter is automatically updated to 10. Note If this parameter is set, the ... The ML_RAG_TABLE routine runs multiple retrieval-augmented generation (RAG) queries in a batch, in ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-rag.html
If a parameter value in retrieval_options is set to auto, the default value for that parameter is used. Note If this parameter is set, the default value of the n_citations parameter is automatically updated to 10. Note If this parameter is set, the ... The ML_RAG routine performs retrieval-augmented generation (RAG) by: Taking a natural-language ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-vector-store-load.html
Default value is auto_unstructured, which means all supported types of files are loaded. Possible values are pdf, pptx, ppt, txt, html, docx, doc, and auto_unstructured. The VECTOR_STORE_LOAD routine generates vector embedding for the specified ...