AI Functions in Exasol SQL

Looking for a way to run advanced AI operations and workflows directly via SQL? You’re in luck! Exasol’s user defined functions support custom functionality and can be used to apply language models in specific scenarios. UDFs are reusable - create them once and then your entire team can leverage them! And, we’ve already built some of the common functions for you!

Check it out here: transformers-extension/doc/user_guide/user_guide.md at main · exasol/transformers-extension · GitHub

Functions include:

  • Question Answering
  • Token Classification
  • Text Translation
  • Zero-shot classification

And if you’d like to see these functions in action and configure them within your own environment - there’s an easy-to-follow workbook in Exasol’s AI Lab: GitHub - exasol/ai-lab: Development environment for data science developers

3 Likes