milenkovicm commented on issue #6518:
URL: https://github.com/apache/datafusion/issues/6518#issuecomment-2585390129

   ```rust
   let sql = r#"
   CREATE FUNCTION an_llm_function(STRING)
   RETURNS STRING
   LANGUAGE MODEL
   AS 'microsoft/phi-4'
   "#;
   
   ctx.sql(sql).await?.show().await?;
   ```
   greatest way to disrespect all those tears and sweat put into getting 
datafusion to be as performant as it is 😀
   
   joke aside good job @goldmedal  & @alamb! 
   do you plan getting it merged in datafusion or df contrib ? 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to