<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>UDF on Kinetica Docs</title><link>/7.2/guide-tags/udf/</link><description>Recent content in UDF on Kinetica Docs</description><generator>Hugo -- gohugo.io</generator><language>en</language><atom:link href="/7.2/guide-tags/udf/index.xml" rel="self" type="application/rss+xml"/><item><title>Python UDF Guide</title><link>/7.2/guides/udf_python_guide/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/guides/udf_python_guide/</guid><description>The following guide provides step-by-step instructions to get started writing and running UDFs in Python. This example is a simple distributed UDF that copies data from one table to another using a CSV configuration file to determine on which processing node(s) data will be copied.
Standard (non-replicated) tables have their data distributed across all processing nodes, while replicated tables have all of their data on every processing node. In this example, we'll use a standard table and copy only the portions of its data that reside on the nodes named in the CSV file.</description></item><item><title>SQL-Managed Python UDF: Semantic Search</title><link>/7.2/guides/udf-sql-sentence-transformers/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/guides/udf-sql-sentence-transformers/</guid><description>Download &amp;amp; Run UDF Detail SQL Management Script Create Tables Load UDF &amp;amp; Data Files Create a Python UDF Environment Register UDF &amp;amp; UDTF Execute UDF &amp;amp; UDTF Python UDF Script Initialize UDF Perform Semantic Search Write Output Data The following is a SQL-managed UDF written in the Python UDF API that performs a semantic search for a given sentence on a baseline set of sentences, ranking the baseline sentences on their similarity to the given one.</description></item></channel></rss>