Search Results
Displaying 541 to 550
of 555 total results
- « Previous
- 53
- 54
- 55
- 56
- Next »
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-autocompletion.html
MySQL Shell supports autocompletion of text preceding the cursor by pressing the Tab key. The Section 3.1, “MySQL Shell Commands” can be autocompleted in any of the language modes. For example typing \con and pressing the Tab key autocompletes ...global user defined variables chained object property references such as ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-connection-using-files.html
Creating a Classic session to 'root@localhost:3306/sakila' Fetching global names, object names from `sakila` for auto-completion... The following MySQL command line options are supported at the start of the command line: --print-defaults ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-extension-createresult-return.html
The data can be either a dictionary, for a single result, or a list of dictionaries, for multiple results. Single Result Multiple Result Single Result The data dictionary for a single result must be a dictionary and include the following: ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-json-integration.html
{"complete":{"data":json-string[, "offset": uint}}} Determines the options for auto-completion based on the given data and the current MySQL Shell context. You can activate a JSON shell mode to help with integration of MySQL Shell with other ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-prompt-themes.html
If auto-detection does not work for your terminal type, or if you want to modify the color mode due to accessibility requirements or for other purposes, you can define the environment variable MYSQLSH_TERM_COLOR_MODE to force MySQL Shell to use a ...
https://dev.mysql.com/doc/c-api/9.7/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/mysql-ai/9.7/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.7/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.7/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.7/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 ...
Displaying 541 to 550
of 555 total results
- « Previous
- 53
- 54
- 55
- 56
- Next »