<?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: Unable to create a Knowledge Assistant in an enterprise tier workspace in Administration &amp; Architecture</title>
    <link>https://community.databricks.com/t5/administration-architecture/unable-to-create-a-knowledge-assistant-in-an-enterprise-tier/m-p/160892#M5370</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/242240"&gt;@jnelson&lt;/a&gt;,&lt;/P&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea" data-pm-slice="1 3 []"&gt;Apologies. Having checked this internally, I don’t think this is something you can fix in the wizard itself.&lt;/P&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;If you create a Knowledge Assistant from Files in a Volume, the public docs only tell you to choose the volume path and use supported file types. They do not expose any setting to choose an index type, and they do not document a way to force the wizard to reuse an existing AI Search/Vector Search endpoint.&lt;/P&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;That’s why the two errors you’re seeing are confusing from a user perspective. On the surface, you are not being asked to configure any vector index details. But the &lt;A href="https://community.databricks.com/t5/databricks-free-trial-help/questions-about-the-knowledge-assistant-during-agentbrick/m-p/121689#M292" rel="noopener noreferrer nofollow" target="_blank"&gt;public community thread&lt;/A&gt; indicates that Knowledge Assistant may still create search infrastructure under the hood, including a new Vector Search endpoint rather than reusing an existing one.&lt;/P&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;If you have already checked that the prerequisites (&lt;SPAN&gt;serverless compute, Unity Catalog, Model Serving, non-zero serverless budget, supported region, and supported file types in the volume) are all satisfied, you can check&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;whether the workspace already has an AI Search / Vector Search endpoint using up the only allowed slot.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;If there is an unused endpoint, delete it and retry.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;If it still fails, this looks more like a workspace/product limitation than a wizard misconfiguration, because the volume-backed flow does not give the user control over the underlying index type or endpoint reuse. You may also want to raise a support ticket so the team can investigate it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 29 Jun 2026 20:27:35 GMT</pubDate>
    <dc:creator>Ashwin_DSA</dc:creator>
    <dc:date>2026-06-29T20:27:35Z</dc:date>
    <item>
      <title>Unable to create a Knowledge Assistant in an enterprise tier workspace</title>
      <link>https://community.databricks.com/t5/administration-architecture/unable-to-create-a-knowledge-assistant-in-an-enterprise-tier/m-p/160871#M5367</link>
      <description>&lt;P&gt;I am getting this error when I try to create a Knowledge Assistant agent in a workspace that is on an Enterprise tier&lt;/P&gt;&lt;P&gt;Errors observed:&lt;BR /&gt;1. INVALID_PARAMETER_VALUE:&lt;BR /&gt;Vector index type DIRECT_ACCESS is not supported for this workspace.&lt;BR /&gt;Request ID: bcabe324-fa90-4704-8a43-ebf85841e48d&lt;BR /&gt;Trace ID: 16985c5099a1239c425c972aa48f3754&lt;/P&gt;&lt;P&gt;2. RESOURCE_EXHAUSTED:&lt;BR /&gt;Maximum number of AI Search endpoints per workspace exceeded quota of 1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2026 15:34:05 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/unable-to-create-a-knowledge-assistant-in-an-enterprise-tier/m-p/160871#M5367</guid>
      <dc:creator>jnelson</dc:creator>
      <dc:date>2026-06-29T15:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to create a Knowledge Assistant in an enterprise tier workspace</title>
      <link>https://community.databricks.com/t5/administration-architecture/unable-to-create-a-knowledge-assistant-in-an-enterprise-tier/m-p/160883#M5368</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/242240"&gt;@jnelson&lt;/a&gt;,&lt;/P&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea" data-pm-slice="1 1 []"&gt;Being on the Enterprise tier does not by itself guarantee this will work if the workspace still has an AI Search endpoint quota of 1 or does not support the Direct Access index type for this path.&lt;/P&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea" data-pm-slice="1 1 []"&gt;Those two errors usually point to AI Search/Vector Search limits in that workspace, not just the workspace tier itself.&lt;/P&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;For the Knowledge Assistant, there are two things to check:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Vector index type DIRECT_ACCESS is not supported for this workspace, which typically means the workspace does not support using a Direct Access vector index for this flow. If you're selecting an existing AI Search index, make sure it's configured as a supported index rather than Direct Access. The public docs for Knowledge Assistant are here: &lt;A href="https://docs.databricks.com/aws/en/generative-ai/agent-bricks/knowledge-assistant" rel="noopener noreferrer nofollow" target="_blank"&gt;Use Knowledge Assistant to create a high-quality chatbot &lt;/A&gt;from your documents, and the public community guidance specifically states&amp;nbsp;that Knowledge Assistant does not support self-managed or Direct Access indexes for this scenario.&lt;/LI&gt;
&lt;LI&gt;Maximum number of AI Search endpoints per workspace exceeded quota of 1 means the workspace has already hit its AI Search endpoint quota. In another community &lt;A href="https://community.databricks.com/t5/databricks-free-edition-help/questions-about-the-knowledge-assistant-during-agentbrick/m-p/121689#M292" target="_blank"&gt;thread&lt;/A&gt;, it is mentioned that Agent Bricks currently creates a new vector search endpoint as part of this flow rather than reusing an existing one, which is why this quota can block creation even if you already have AI Search set up.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;A few practical things to try:&lt;/P&gt;
&lt;UL&gt;
&lt;LI class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;If you're using an existing AI Search index, recreate or switch it to a supported setup and avoid Direct Access for this Knowledge Assistant workflow.&lt;/LI&gt;
&lt;LI class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;Check whether there is already an AI Search endpoint in the workspace consuming the only allowed slot.&lt;/LI&gt;
&lt;LI class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;Verify the rest of the documented prerequisites as well... serverless compute, Unity Catalog, Model Serving, a nonzero serverless budget policy, a supported region, and supported knowledge source types / embedding models.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;Hope this helps.&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT size="2" color="#FF6600"&gt;&lt;STRONG&gt;&lt;I&gt;If this answer resolves your question, could you mark it as “Accept as Solution”? That helps other users quickly find the correct fix.&lt;/I&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;I&gt;&lt;/I&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2026 16:56:18 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/unable-to-create-a-knowledge-assistant-in-an-enterprise-tier/m-p/160883#M5368</guid>
      <dc:creator>Ashwin_DSA</dc:creator>
      <dc:date>2026-06-29T16:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to create a Knowledge Assistant in an enterprise tier workspace</title>
      <link>https://community.databricks.com/t5/administration-architecture/unable-to-create-a-knowledge-assistant-in-an-enterprise-tier/m-p/160884#M5369</link>
      <description>&lt;P&gt;When you create a Knowledge Assistant type Agent, you don't to specify the type of index. The link you referred to (&lt;A href="https://docs.databricks.com/aws/en/generative-ai/agent-bricks/knowledge-assistant" target="_blank"&gt;https://docs.databricks.com/aws/en/generative-ai/agent-bricks/knowledge-assistant&lt;/A&gt;) doesn't make any mention of any sort of restrictions. In my case, the files are in a volume and I have a non-zero budget specified.&amp;nbsp; There is no way to tell the Agent wizard to use the existing endpoint (to avoid quota limit issues)&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2026 17:13:22 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/unable-to-create-a-knowledge-assistant-in-an-enterprise-tier/m-p/160884#M5369</guid>
      <dc:creator>jnelson</dc:creator>
      <dc:date>2026-06-29T17:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to create a Knowledge Assistant in an enterprise tier workspace</title>
      <link>https://community.databricks.com/t5/administration-architecture/unable-to-create-a-knowledge-assistant-in-an-enterprise-tier/m-p/160892#M5370</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/242240"&gt;@jnelson&lt;/a&gt;,&lt;/P&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea" data-pm-slice="1 3 []"&gt;Apologies. Having checked this internally, I don’t think this is something you can fix in the wizard itself.&lt;/P&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;If you create a Knowledge Assistant from Files in a Volume, the public docs only tell you to choose the volume path and use supported file types. They do not expose any setting to choose an index type, and they do not document a way to force the wizard to reuse an existing AI Search/Vector Search endpoint.&lt;/P&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;That’s why the two errors you’re seeing are confusing from a user perspective. On the surface, you are not being asked to configure any vector index details. But the &lt;A href="https://community.databricks.com/t5/databricks-free-trial-help/questions-about-the-knowledge-assistant-during-agentbrick/m-p/121689#M292" rel="noopener noreferrer nofollow" target="_blank"&gt;public community thread&lt;/A&gt; indicates that Knowledge Assistant may still create search infrastructure under the hood, including a new Vector Search endpoint rather than reusing an existing one.&lt;/P&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;If you have already checked that the prerequisites (&lt;SPAN&gt;serverless compute, Unity Catalog, Model Serving, non-zero serverless budget, supported region, and supported file types in the volume) are all satisfied, you can check&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;whether the workspace already has an AI Search / Vector Search endpoint using up the only allowed slot.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;If there is an unused endpoint, delete it and retry.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;If it still fails, this looks more like a workspace/product limitation than a wizard misconfiguration, because the volume-backed flow does not give the user control over the underlying index type or endpoint reuse. You may also want to raise a support ticket so the team can investigate it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2026 20:27:35 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/unable-to-create-a-knowledge-assistant-in-an-enterprise-tier/m-p/160892#M5370</guid>
      <dc:creator>Ashwin_DSA</dc:creator>
      <dc:date>2026-06-29T20:27:35Z</dc:date>
    </item>
  </channel>
</rss>

