<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Accessing Knowledge Base from Databricks One in Generative AI</title>
    <link>https://community.databricks.com/t5/generative-ai/accessing-knowledge-base-from-databricks-one/m-p/142194#M1530</link>
    <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/136336"&gt;@piotrsofts&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;Short answer: yes, you can build and use a Databricks Knowledge Assistant today. Exposing it directly inside the Databricks One chat UI is currently limited to specific agent types.&lt;/P&gt;
&lt;P class="p1"&gt;What the Knowledge Assistant is&lt;/P&gt;
&lt;P class="p1"&gt;The Knowledge Assistant is an Agent Bricks pattern for building a domain-specific RAG assistant over your own documents. It answers questions with citations and gets better over time through expert feedback (ALHF). Think “your org’s knowledge, grounded, auditable, and improvable.”&lt;/P&gt;
&lt;P class="p1"&gt;Can you use it from Databricks One?&lt;/P&gt;
&lt;P class="p1"&gt;Right now, the Databricks One chat experience supports Genie agents. There isn’t a first-class, generic Knowledge Assistant UI in One yet. That said, this is a known gap and is being considered as a future enhancement.&lt;/P&gt;
&lt;P class="p1"&gt;What you can do today&lt;/P&gt;
&lt;P class="p1"&gt;You can build a Knowledge Assistant using Agent Bricks (Beta) and test it end-to-end in AI Playground. From there, you can generate production-ready code for API access (curl or Python) or apply it directly to data.&lt;/P&gt;
&lt;P class="p1"&gt;For end-user access, the recommended path is Databricks Apps. There’s a Marketplace app template specifically designed to front a Knowledge Assistant endpoint, which gives you a clean, turnkey UI with minimal wiring.&lt;/P&gt;
&lt;P class="p1"&gt;If you’re aiming for a more unified experience across structured and unstructured data, you can also use a Multi-Agent Supervisor. This lets you coordinate a Genie Space (for structured data) alongside your Knowledge Assistant (for unstructured content) behind a single conversational entry point.&lt;/P&gt;
&lt;P class="p1"&gt;What’s required to build one&lt;/P&gt;
&lt;P class="p1"&gt;You’ll need Mosaic AI Agent Bricks enabled (Preview/Beta), Unity Catalog, serverless compute, and access to foundation models under system.ai. On AWS, supported regions today are us-east-1 and us-west-2.&lt;/P&gt;
&lt;P class="p1"&gt;Your knowledge sources can live in Unity Catalog volumes (txt, pdf, md, ppt/pptx, docx) or in a Vector Search index built with the databricks-gte-large-en embedding model.&lt;/P&gt;
&lt;P class="p1"&gt;Quick setup flow&lt;/P&gt;
&lt;P class="p1"&gt;Go to Agents → Knowledge Assistant → Build. Configure your knowledge sources, add optional system instructions, and create the agent.&lt;/P&gt;
&lt;P class="p1"&gt;Test everything in AI Playground — review answers, citations, and traces — and use expert feedback to improve quality via ALHF.&lt;/P&gt;
&lt;P class="p1"&gt;When you’re ready to share, grant end users CAN QUERY on the agent endpoint and surface it through a Databricks App or your own custom UI.&lt;/P&gt;
&lt;P class="p1"&gt;Hope this helps, Louis.&lt;/P&gt;</description>
    <pubDate>Thu, 18 Dec 2025 17:52:35 GMT</pubDate>
    <dc:creator>Louis_Frolio</dc:creator>
    <dc:date>2025-12-18T17:52:35Z</dc:date>
    <item>
      <title>Accessing Knowledge Base from Databricks One</title>
      <link>https://community.databricks.com/t5/generative-ai/accessing-knowledge-base-from-databricks-one/m-p/142111#M1529</link>
      <description>&lt;P&gt;Is it possible to use Knowledge Assistant from Databricks one ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2025 17:06:12 GMT</pubDate>
      <guid>https://community.databricks.com/t5/generative-ai/accessing-knowledge-base-from-databricks-one/m-p/142111#M1529</guid>
      <dc:creator>piotrsofts</dc:creator>
      <dc:date>2025-12-17T17:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Knowledge Base from Databricks One</title>
      <link>https://community.databricks.com/t5/generative-ai/accessing-knowledge-base-from-databricks-one/m-p/142194#M1530</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/136336"&gt;@piotrsofts&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;Short answer: yes, you can build and use a Databricks Knowledge Assistant today. Exposing it directly inside the Databricks One chat UI is currently limited to specific agent types.&lt;/P&gt;
&lt;P class="p1"&gt;What the Knowledge Assistant is&lt;/P&gt;
&lt;P class="p1"&gt;The Knowledge Assistant is an Agent Bricks pattern for building a domain-specific RAG assistant over your own documents. It answers questions with citations and gets better over time through expert feedback (ALHF). Think “your org’s knowledge, grounded, auditable, and improvable.”&lt;/P&gt;
&lt;P class="p1"&gt;Can you use it from Databricks One?&lt;/P&gt;
&lt;P class="p1"&gt;Right now, the Databricks One chat experience supports Genie agents. There isn’t a first-class, generic Knowledge Assistant UI in One yet. That said, this is a known gap and is being considered as a future enhancement.&lt;/P&gt;
&lt;P class="p1"&gt;What you can do today&lt;/P&gt;
&lt;P class="p1"&gt;You can build a Knowledge Assistant using Agent Bricks (Beta) and test it end-to-end in AI Playground. From there, you can generate production-ready code for API access (curl or Python) or apply it directly to data.&lt;/P&gt;
&lt;P class="p1"&gt;For end-user access, the recommended path is Databricks Apps. There’s a Marketplace app template specifically designed to front a Knowledge Assistant endpoint, which gives you a clean, turnkey UI with minimal wiring.&lt;/P&gt;
&lt;P class="p1"&gt;If you’re aiming for a more unified experience across structured and unstructured data, you can also use a Multi-Agent Supervisor. This lets you coordinate a Genie Space (for structured data) alongside your Knowledge Assistant (for unstructured content) behind a single conversational entry point.&lt;/P&gt;
&lt;P class="p1"&gt;What’s required to build one&lt;/P&gt;
&lt;P class="p1"&gt;You’ll need Mosaic AI Agent Bricks enabled (Preview/Beta), Unity Catalog, serverless compute, and access to foundation models under system.ai. On AWS, supported regions today are us-east-1 and us-west-2.&lt;/P&gt;
&lt;P class="p1"&gt;Your knowledge sources can live in Unity Catalog volumes (txt, pdf, md, ppt/pptx, docx) or in a Vector Search index built with the databricks-gte-large-en embedding model.&lt;/P&gt;
&lt;P class="p1"&gt;Quick setup flow&lt;/P&gt;
&lt;P class="p1"&gt;Go to Agents → Knowledge Assistant → Build. Configure your knowledge sources, add optional system instructions, and create the agent.&lt;/P&gt;
&lt;P class="p1"&gt;Test everything in AI Playground — review answers, citations, and traces — and use expert feedback to improve quality via ALHF.&lt;/P&gt;
&lt;P class="p1"&gt;When you’re ready to share, grant end users CAN QUERY on the agent endpoint and surface it through a Databricks App or your own custom UI.&lt;/P&gt;
&lt;P class="p1"&gt;Hope this helps, Louis.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Dec 2025 17:52:35 GMT</pubDate>
      <guid>https://community.databricks.com/t5/generative-ai/accessing-knowledge-base-from-databricks-one/m-p/142194#M1530</guid>
      <dc:creator>Louis_Frolio</dc:creator>
      <dc:date>2025-12-18T17:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Knowledge Base from Databricks One</title>
      <link>https://community.databricks.com/t5/generative-ai/accessing-knowledge-base-from-databricks-one/m-p/142217#M1532</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/34815"&gt;@Louis_Frolio&lt;/a&gt;&amp;nbsp;- thank you, I love the answer, I will try to PoC it, and share my experience&lt;/P&gt;</description>
      <pubDate>Fri, 19 Dec 2025 07:51:38 GMT</pubDate>
      <guid>https://community.databricks.com/t5/generative-ai/accessing-knowledge-base-from-databricks-one/m-p/142217#M1532</guid>
      <dc:creator>piotrsofts</dc:creator>
      <dc:date>2025-12-19T07:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Knowledge Base from Databricks One</title>
      <link>https://community.databricks.com/t5/generative-ai/accessing-knowledge-base-from-databricks-one/m-p/142237#M1533</link>
      <description>&lt;P&gt;Built it - and I will be honest, not exactly what I did expected, I will wait for both features (this one, and "Domains" data segregation under Databricks One)&lt;/P&gt;</description>
      <pubDate>Fri, 19 Dec 2025 12:04:29 GMT</pubDate>
      <guid>https://community.databricks.com/t5/generative-ai/accessing-knowledge-base-from-databricks-one/m-p/142237#M1533</guid>
      <dc:creator>piotrsofts</dc:creator>
      <dc:date>2025-12-19T12:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Knowledge Base from Databricks One</title>
      <link>https://community.databricks.com/t5/generative-ai/accessing-knowledge-base-from-databricks-one/m-p/142260#M1534</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/136336"&gt;@piotrsofts&lt;/a&gt;&amp;nbsp;, if you are happy please accept as a solution so others can be confident in the approach.&amp;nbsp; Cheers, Louis.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Dec 2025 13:25:59 GMT</pubDate>
      <guid>https://community.databricks.com/t5/generative-ai/accessing-knowledge-base-from-databricks-one/m-p/142260#M1534</guid>
      <dc:creator>Louis_Frolio</dc:creator>
      <dc:date>2025-12-19T13:25:59Z</dc:date>
    </item>
  </channel>
</rss>

