• 英語でのテキスト⽣成例 mysql> set @query="What is the MySQL?"; Query OK, 0 rows affected (0.00 sec) mysql> select sys.ML_GENERATE(@query, JSON_OBJECT("task", "generation", "model_id", "llama3-8b-instruct-v1", "language", "en", "max_tokens", 8000))\G *************************** 1. row *************************** sys.ML_GENERATE(@query, JSON_OBJECT("task", "generation", "model_id", "llama3-8b-instruct-v1", "language", "en", "max_tokens", 8000)): {"text": "\n\nMySQL is an open-source relational database management system (RDBMS) that allows you to store, manage, and retrieve data efficiently. It's one of the most popular databases used in web applications, especially for building dynamic websites and web services.\n\nHere are some key features and benefits of MySQL:\n\n1. **Relational database**: MySQL stores data in tables with well-defined relationships between them, making it easy to query and manipulate data.\n2. **Open-source**: MySQL is free and open-source, which means you can use it without any licensing fees or restrictions.\n3. **Cross-platform**: MySQL can run on various operating systems, including Windows, macOS, and Linux.\n4. **High-performance**: MySQL is designed for high-performance and scalability, making it suitable for large-scale applications.\n5. **SQL support**: MySQL supports standard SQL (Structured Query Language) commands, which makes it easy to learn and use.\n\nMySQL is widely used in various industries, including:\n\n1. Web development: MySQL is often used as the backend database for web applications, such as content management systems, e-commerce platforms, and social media sites.\n2. Enterprise software: MySQL is used by many enterprise-level applications, including CRM systems, ERP systems, and other business-critical software.\n3. Mobile apps: MySQL can be used to store data for mobile apps, especially those that require complex data relationships or large-scale data storage.\n\nSome popular use cases for MySQL include:\n\n1. E-commerce platforms\n2. Social media platforms\n3. Content management systems (CMS)\n4. Online banking and finance applications\n5. Mobile apps with complex data requirements\n\nOverall, MySQL is a powerful and versatile database solution that's widely used in many industries and applications."} 1 row in set (22.58 sec)