<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Gen AI Powered Processors on</title><link>https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gen-ai-in-gathr/ai-powered-processors/</link><description>Recent content in Gen AI Powered Processors on</description><generator>Hugo -- gohugo.io</generator><lastBuildDate>Sun, 11 Dec 2022 19:37:55 +0530</lastBuildDate><atom:link href="https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gen-ai-in-gathr/ai-powered-processors/index.xml" rel="self" type="application/rss+xml"/><item><title>cuML Processor</title><link>https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gen-ai-in-gathr/ai-powered-processors/cuml-processor/</link><pubDate>Sun, 11 Dec 2022 21:01:49 +0530</pubDate><guid>https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gen-ai-in-gathr/ai-powered-processors/cuml-processor/</guid><description>cuML is a suite of GPU-accelerated machine learning algorithms built on NVIDIA&amp;rsquo;s RAPIDS AI framework.
It provides familiar scikit-learn-style APIs while leveraging the power of CUDA to achieve significant speedups for large datasets.
cuML includes a wide range of algorithms like linear regression, k-means clustering, PCA, t-SNE, and more, all optimized for execution on NVIDIA GPUs. It is designed for data scientists and developers allowing them to scale machine learning workflows efficiently using GPUs.</description></item><item><title>ExpressionEvaluator Processor</title><link>https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gen-ai-in-gathr/ai-powered-processors/expressionevaluator/</link><pubDate>Sun, 11 Dec 2022 21:01:49 +0530</pubDate><guid>https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gen-ai-in-gathr/ai-powered-processors/expressionevaluator/</guid><description>Perform transformation operations on incoming dataset, e.g., replace, format, trim, uppercase, lowercase, etc. Expression Evaluator uses spark expression language for preparing transformation queries.
Processor Configuration # Configure the processor by providing configuration values as detailed below.
Column Name # Select the column name to be evaluated from the source data.
Expression # Provide SQL expression using SparkSQL functions, that evaluates to a column. Evaluated value can be updated to an existing column or assigned to a new column.</description></item><item><title>ExpressionFilter Processor</title><link>https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gen-ai-in-gathr/ai-powered-processors/expressionfilter/</link><pubDate>Sun, 11 Dec 2022 21:01:49 +0530</pubDate><guid>https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gen-ai-in-gathr/ai-powered-processors/expressionfilter/</guid><description>Perform filtering operations on incoming dataset, e.g., equals, contains, not-null, ranges, matches, starts-with, ends-with, etc. Expression Filter uses spark expression language for constructing filter criteria.
Processor Configuration # Configure the processor by providing configuration values as detailed below.
Expression # Provide SQL expression using SparkSQL functions, that evaluates to true/false, e.g., sqrt(ceil(TXN_ID))&amp;gt;2.0 will return either true or false. Rows which satisfy the criteria, e.g. return true, will remain in stream and rest will be filtered out.</description></item><item><title>Python Processor</title><link>https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gen-ai-in-gathr/ai-powered-processors/python-processor/</link><pubDate>Sun, 11 Dec 2022 21:01:49 +0530</pubDate><guid>https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gen-ai-in-gathr/ai-powered-processors/python-processor/</guid><description>The Python processor allows you to perform following operations:
Write custom Python Spark code for defining transformations on Spark DataFrames.
Write custom Python code for processing input records at runtime.
Please email to Gathr Support to enable the Python Processor.
There are several Code Snippets that are available in the application and the same are explained in this topic to get you started with the Python processor.
Processor Configuration # Utilize Python Virtual Environment # Enable it to use a Python virtual environment for the Python Processor.</description></item><item><title>Scala Processor</title><link>https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gen-ai-in-gathr/ai-powered-processors/scala-processor/</link><pubDate>Sun, 11 Dec 2022 21:01:49 +0530</pubDate><guid>https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gen-ai-in-gathr/ai-powered-processors/scala-processor/</guid><description>Scala is a general-purpose programming language built on the Java virtual machine.
It can interact with data that is stored in a distributed manner. Also, it can be used to process and analyze big data.
The Scala processor can be used for writing custom code in Scala language.
Please email to Gathr Support to enable the Scala Processor.
There are several Code Snippets that are available in the application and the same are explained in this topic to get you started with the Scala processor.</description></item><item><title>SQL Processor</title><link>https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gen-ai-in-gathr/ai-powered-processors/sql/</link><pubDate>Sun, 11 Dec 2022 21:01:49 +0530</pubDate><guid>https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gen-ai-in-gathr/ai-powered-processors/sql/</guid><description>SQL Processor allows you to run SQL queries over streaming data and registered tables. It provides a common way for accessing different data sources.
For example, if you want to analyze weather data stream continuously and find the average temperature which is recorded every minute, you can use the SQL query. The output would be stream of new records showing average temperature recordings.
Processor Configuration # Configure the processor parameters as explained below.</description></item></channel></rss>