Search Results
Displaying 2141 to 2144
of 2144 total results
- « Previous
- 213
- 214
- 215
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-supported-models.html
This topic provides the list of languages that GenAI feature of MySQL AI supports and the embedding models as well as large language models (LLMs) that are available. The quality of the generated text outputs depends on the training and ability of ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-option-tracker.html
The option_tracker_usage_get() function returns a value similar to the following: mysql> SELECT option_tracker_usage_get('Berry Picker'); +----------------------------------------------------+ | option_tracker_usage_get('Berry Picker') | ... The ...
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 the routine cannot find a vector store, then it calls the ML_GENERATE routine and uses ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-vector-store-load.html
The VECTOR_STORE_LOAD routine generates vector embedding for the specified files or folders that are , and loads the embeddings into a new vector store table. This routine creates an asynchronous task which loads vector store tables in the ...