fabric-ai-functions

Apply AI functions to transform large-scale tabular data in Fabric notebooks.

2|1|Updated May 5, 2026
One-click install
npx skills add https://github.com/wardawgmalvicious/claude-config --skill fabric-ai-functions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fabric-ai-functions
Source: https://github.com/wardawgmalvicious/claude-config/tree/main/skills/fabric-ai-functions
Command: npx skills add https://github.com/wardawgmalvicious/claude-config --skill fabric-ai-functions

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, PySpark, synapse.ml.aifunc, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of applying AI transformations to large-scale tabular data within Fabric notebooks, offering a streamlined approach to enrich, classify, extract, summarize, translate, or embed data using pre-built LLM functions.

Core Features & Use Cases

  • LLM Transformations: Apply sentiment analysis, classification, embeddings, extraction, grammar correction, response generation, similarity, summarization, and translation to data.
  • Data Scale: Handles thousands to millions of rows with minimal code, managing concurrency and endpoint interactions.
  • Use Case: For instance, use this Skill to automatically classify customer feedback into categories or summarize lengthy reports into concise summaries.

Quick Start

Use the fabric-ai-functions skill to analyze the sentiment of a column in your DataFrame named 'feedback'.

Frequently Asked Questions about fabric-ai-functions

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I apply AI transformations to large-scale tabular data in Fabric notebooks?

You can apply AI transformations to large-scale tabular data in Fabric notebooks by using pre-built LLM functions that handle sentiment analysis, classification, embeddings, extraction, and summarization with minimal code. It manages concurrency and endpoint interactions automatically.

What's the best way to run sentiment analysis on a large pandas or PySpark DataFrame?

The best way to run sentiment analysis on a large pandas or PySpark DataFrame is to use AI functions that leverage the synapse.ml.aifunc library. This approach processes thousands to millions of rows efficiently while managing endpoint concurrency.

Do I need the synapse.ml.aifunc library to classify text data in Microsoft Fabric?

Yes, you need the synapse.ml.aifunc library to classify text data in Microsoft Fabric. This dependency is required alongside a pandas or PySpark runtime to execute AI functions like classification, extraction, and translation on your tabular data.

Can I use AI functions to summarize lengthy reports and translate text columns at scale?

Yes, you can use AI functions to summarize lengthy reports and translate text columns at scale. The skill supports summarization and translation transformations, handling everything from thousands to millions of rows with minimal code in Fabric notebooks.

Does this approach work with both pandas and PySpark runtimes for data transformation?

Yes, this approach works with both pandas and PySpark runtimes for data transformation. The skill requires either runtime environment to execute pre-built LLM functions like grammar correction, response generation, and similarity analysis on your datasets.

What are the limitations of applying AI functions to large datasets in Fabric?

Limitations of applying AI functions to large datasets in Fabric include dependency on the synapse.ml.aifunc library and the requirement of a pandas or PySpark runtime. Processing scale depends on endpoint interactions and concurrency management within your environment.