databricks-fsi-genai-activation

Builds grounded, cited RAG case summaries for financial-services fraud investigation on Databricks.

Updated Aug 28, 2026
One-click install
npx skills add https://github.com/miyake-san/sogo-agent-platform --skill databricks-fsi-genai-activation-miyake-san
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: databricks-fsi-genai-activation
Source: https://github.com/miyake-san/sogo-agent-platform/tree/main/skills/experimental/databricks-fsi-genai-activation
Command: npx skills add https://github.com/miyake-san/sogo-agent-platform --skill databricks-fsi-genai-activation-miyake-san

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Financial-services GenAI demos often produce ungrounded chatbot output with no citations, audit trail, or human oversight, making them unusable for regulated fraud and banking workflows. This Skill guides the construction of Layer 3 of a Databricks FSI solution: governed retrieval, grounded generation, evaluation, and audit evidence. ## Core Features & Use Cases - Grounded Case Summaries: Join trace IDs to customer history, predictive model scores, and versioned policy documents to generate cited case summaries with evidence, counter-evidence, and recommended actions. - Governance and Guardrails: Enforce caller data permissions, treat retrieved text as untrusted, restrict actions, and require analyst ownership of final decisions. - Evaluation and Audit: Build versioned evaluation sets covering groundedness, citation correctness, safety, privacy, latency, and cost, and persist prompt/model versions with trace IDs for reproducibility. - Use Case: A fraud investigator copilot that summarizes a flagged case, cites the exact policy and resolved-case sources, recommends a next action, and abstains when evidence is insufficient. ## Quick Start Ask the agent to build a grounded fraud case summary workflow on Databricks that retrieves governed policy documents, generates a cited recommendation, and records audit evidence by trace ID.

Frequently Asked Questions about databricks-fsi-genai-activation

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

FAQPage Schema
How do I build a grounded RAG case summary for fraud investigation on Databricks?

Join the trace ID to customer history, the predictive model score, similar resolved cases, and versioned policy documents, then generate a structured response with summary, evidence, counter-evidence, recommended action, and citations. Enforce the caller's data permissions before retrieval.

When should I add vector search to a Databricks RAG demo?

For a short demo, deterministic retrieval plus one hosted-model generation is sufficient. Add vector search only when semantic retrieval materially improves the evidence quality for the bounded task.

What guardrails are required for a banking GenAI assistant?

The assistant must never autonomously block accounts, move money, contact customers, or close cases. The analyst owns the final decision, citations must resolve to verifiable sources, and the system must abstain when evidence is insufficient.

How do I evaluate a RAG system for financial services compliance?

Build a small versioned evaluation set covering answer groundedness, citation correctness, completeness, refusal behavior, unsafe instruction resistance, sensitive-data exposure, latency, and cost. Persist results with prompt and model versions by trace ID.

What audit evidence should a GenAI fraud copilot persist?

Store the trace ID, generated output, retrieved source IDs, prompt version, endpoint and model identifier, generation time, evaluation result, and analyst feedback so a reviewer can reproduce any result.