<?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: Vector Search Indexes on dlt pipelines / materialized views in Generative AI</title>
    <link>https://community.databricks.com/t5/generative-ai/vector-search-indexes-on-dlt-pipelines-materialized-views/m-p/125499#M1026</link>
    <description>&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;DLT materialized views have different properties than regular Delta tables, and vector search indexing may not be directly supported on them through the UI.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Try creating programatically.&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;client = VectorSearchClient()

# Create the index
client.create_delta_sync_index(
    endpoint_name="your-endpoint-name",
    index_name="your-index-name",
    source_table_name="your.dlt.materialized_view",
    pipeline_type="TRIGGERED",  # or "CONTINUOUS"
    primary_key="id",
    embedding_source_column="text_column",
    embedding_model_endpoint_name="your-embedding-endpoint"
)&lt;/LI-CODE&gt;</description>
    <pubDate>Wed, 16 Jul 2025 19:30:12 GMT</pubDate>
    <dc:creator>nayan_wylde</dc:creator>
    <dc:date>2025-07-16T19:30:12Z</dc:date>
    <item>
      <title>Vector Search Indexes on dlt pipelines / materialized views</title>
      <link>https://community.databricks.com/t5/generative-ai/vector-search-indexes-on-dlt-pipelines-materialized-views/m-p/125356#M1018</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not seeing the "create vector search index" option on my materialized views I created from Databricks Asset Bundles using dlt.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this expected behavior?&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jul 2025 18:37:13 GMT</pubDate>
      <guid>https://community.databricks.com/t5/generative-ai/vector-search-indexes-on-dlt-pipelines-materialized-views/m-p/125356#M1018</guid>
      <dc:creator>dbx_beginner_10</dc:creator>
      <dc:date>2025-07-15T18:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Vector Search Indexes on dlt pipelines / materialized views</title>
      <link>https://community.databricks.com/t5/generative-ai/vector-search-indexes-on-dlt-pipelines-materialized-views/m-p/125499#M1026</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;DLT materialized views have different properties than regular Delta tables, and vector search indexing may not be directly supported on them through the UI.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Try creating programatically.&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;client = VectorSearchClient()

# Create the index
client.create_delta_sync_index(
    endpoint_name="your-endpoint-name",
    index_name="your-index-name",
    source_table_name="your.dlt.materialized_view",
    pipeline_type="TRIGGERED",  # or "CONTINUOUS"
    primary_key="id",
    embedding_source_column="text_column",
    embedding_model_endpoint_name="your-embedding-endpoint"
)&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 16 Jul 2025 19:30:12 GMT</pubDate>
      <guid>https://community.databricks.com/t5/generative-ai/vector-search-indexes-on-dlt-pipelines-materialized-views/m-p/125499#M1026</guid>
      <dc:creator>nayan_wylde</dc:creator>
      <dc:date>2025-07-16T19:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Vector Search Indexes on dlt pipelines / materialized views</title>
      <link>https://community.databricks.com/t5/generative-ai/vector-search-indexes-on-dlt-pipelines-materialized-views/m-p/125500#M1027</link>
      <description>&lt;P&gt;Yes, that failed because I didn't have change data capture on, which I learned materialized views don't support.&lt;/P&gt;&lt;P&gt;I really like the dev/prod Databricks Asset Bundles, but I'm not sure the forcing of materialized views is compatible with a lot of work I need to do?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 19:59:35 GMT</pubDate>
      <guid>https://community.databricks.com/t5/generative-ai/vector-search-indexes-on-dlt-pipelines-materialized-views/m-p/125500#M1027</guid>
      <dc:creator>dbx_beginner_10</dc:creator>
      <dc:date>2025-07-16T19:59:35Z</dc:date>
    </item>
  </channel>
</rss>

