[ 
https://issues.apache.org/jira/browse/FLINK-40440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Liu Liu updated FLINK-40440:
----------------------------
    Description: 
Add an LLM accessor and prediction API:
{code:java}
def predict(
    self,
    *input_cols: str,
    provider: str = None,
    model: str = None,
    output_type=None,
    config: Dict[str, str] = None,
) -> DataFrame {code}

  was:
Add an LLM accessor and prediction API:
{code:java}
def predict(
    self,
    *input_cols: str,
    provider: str = None,
    model: str = None,
    output_type=None,
    config: Dict[str, str] = None,
) -> DataFrame {code}
{{}}


> Add LLM prediction support to DataFrame API
> -------------------------------------------
>
>                 Key: FLINK-40440
>                 URL: https://issues.apache.org/jira/browse/FLINK-40440
>             Project: Flink
>          Issue Type: Sub-task
>          Components: API / Python
>            Reporter: Liu Liu
>            Priority: Major
>
> Add an LLM accessor and prediction API:
> {code:java}
> def predict(
>     self,
>     *input_cols: str,
>     provider: str = None,
>     model: str = None,
>     output_type=None,
>     config: Dict[str, str] = None,
> ) -> DataFrame {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to