alamb opened a new pull request, #16846: URL: https://github.com/apache/datafusion/pull/16846
## Which issue does this PR close? <!-- We generally require a GitHub issue to be filed for all bug fixes and enhancements and this helps us generate change logs for our releases. You can link an issue to this PR using the GitHub syntax. For example `Closes #123` indicates that this PR will close issue #123. --> - A follow on to https://github.com/apache/datafusion/pull/14837 from @goldmedal ## Rationale for this change I was working on writing up DataFusion 49 release notes - https://github.com/apache/datafusion-site/pull/91 and I wasn't able to find the async docs quite as nicely as I wanted so I got inspired and went through the example to showcase the LLM usecase a bit more. ## What changes are included in this PR? 1. Add `async_udf.rs` example to examples index page 2. Tweak the library user guide a bit 3. Upgrade the async_udf.rs example to focus on an LLM usecase to try and make it clearer how the async thing benefits ## Are these changes tested? By existing CI ## Are there any user-facing changes? Better docs -- 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