Is there an existing issue for this?
Problem statement
LLMs follow user prompts to generate text with deep contextual understanding. While customers can use expression columns to generate text with LLMs (e.g. using Databricks' ai_query function), it would be useful to create a built-in TextGenerator class to support this capability.
Proposed Solution
Create a new TextGenerator class to generate text with ai_query.
Additional Context
No response
Is there an existing issue for this?
Problem statement
LLMs follow user prompts to generate text with deep contextual understanding. While customers can use expression columns to generate text with LLMs (e.g. using Databricks' ai_query function), it would be useful to create a built-in
TextGeneratorclass to support this capability.Proposed Solution
Create a new
TextGeneratorclass to generate text with ai_query.Additional Context
No response