What problem does it solve?
Provisioning, connecting, and managing Databricks conversational components (Knowledge Assistants, Genie Spaces, and Supervisor Agents) is operationally complex and error-prone; this Skill centralizes patterns, tooling, and best practices to reduce setup time and misconfiguration.
Core Features & Use Cases
- Knowledge Assistants (KA): Index documents in Unity Catalog volumes, ingest example Q&A pairs, and create document-backed RAG endpoints for policy, support, or compliance Q&A.
- Genie Spaces: Create and manage natural-language-to-SQL exploration spaces for analytics and ad-hoc data discovery without manual SQL plumbing.
- Supervisor Agents (MAS): Compose multi-agent supervisors that route queries among KAs, Genie Spaces, model endpoints, UC functions, and external MCP connections; includes provisioning guidance, status checks, and example ingestion workflows.
- Use Case: Build an enterprise support supervisor that routes invoice analytics to a Genie Space, policy questions to a KA indexed from HR documents, and approval actions to an MCP-backed external ticketing system.
Quick Start
Create a Knowledge Assistant named "HR_Policy_Assistant" pointing at /Volumes/my_catalog/hr_docs and instruct it to always cite the originating document and section when answering.