<?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: Roadmap for vector_search function in Generative AI</title>
    <link>https://community.databricks.com/t5/generative-ai/roadmap-for-vector-search-function/m-p/116883#M852</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/111453"&gt;@jAAmes_bentley&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;DIRECT_ACCESS &amp;amp; filters_json are not currently supported with vector_search sql function. These are on our roadmap, but we don’t have concrete ETAs to share at the moment as we’re focusing on other high-priority&lt;/SPAN&gt;&lt;SPAN&gt; tasks.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hybrid search is currently being rolled out.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 29 Apr 2025 04:50:32 GMT</pubDate>
    <dc:creator>Vinay_M_R</dc:creator>
    <dc:date>2025-04-29T04:50:32Z</dc:date>
    <item>
      <title>Roadmap for vector_search function</title>
      <link>https://community.databricks.com/t5/generative-ai/roadmap-for-vector-search-function/m-p/115629#M843</link>
      <description>&lt;P&gt;I was wondering if there was a roadmap for the development of the vector_search function:&amp;nbsp;&lt;A href="https://docs.databricks.com/aws/en/sql/language-manual/functions/vector_search" target="_blank" rel="noopener"&gt;vector_search function | Databricks Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Specifically, I was wondering if / when the following limitations may be lifted:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Querying&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;DIRECT_ACCESS&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;index types are not supported.&lt;/LI&gt;&lt;LI&gt;Input parameters&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;filters_json&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;are not supported.&lt;/LI&gt;&lt;LI&gt;Hybrid keyword-similarity search is not supported using&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;vector_search().&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;We are currently developing a solution which requires the use of a direct access vector store and batch similarity searches, in which we require the use of filters and preferably hybrid search (though hybrid search is more of a nice to have for now).&lt;/P&gt;&lt;P&gt;Currently our solution uses an async function to do this, but this takes a while:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;from databricks.vector_search.client import VectorSearchClient

index.similarity_search(
	query_text= q,
	num_results= k,
	query_vector= embedded_query,
	filters= {"document_id": document_id_filter},
	query_type= "hybrid"
)&lt;/LI-CODE&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;It would be great to know when we may be able to switch to using Databricks SQL vector_search? We have noticed significant performance increases from switching to ai_query and it would also be nice to keep everything in spark dataframe format throughout the process.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks!&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 16 Apr 2025 09:22:55 GMT</pubDate>
      <guid>https://community.databricks.com/t5/generative-ai/roadmap-for-vector-search-function/m-p/115629#M843</guid>
      <dc:creator>jAAmes_bentley</dc:creator>
      <dc:date>2025-04-16T09:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: Roadmap for vector_search function</title>
      <link>https://community.databricks.com/t5/generative-ai/roadmap-for-vector-search-function/m-p/116883#M852</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/111453"&gt;@jAAmes_bentley&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;DIRECT_ACCESS &amp;amp; filters_json are not currently supported with vector_search sql function. These are on our roadmap, but we don’t have concrete ETAs to share at the moment as we’re focusing on other high-priority&lt;/SPAN&gt;&lt;SPAN&gt; tasks.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hybrid search is currently being rolled out.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Apr 2025 04:50:32 GMT</pubDate>
      <guid>https://community.databricks.com/t5/generative-ai/roadmap-for-vector-search-function/m-p/116883#M852</guid>
      <dc:creator>Vinay_M_R</dc:creator>
      <dc:date>2025-04-29T04:50:32Z</dc:date>
    </item>
  </channel>
</rss>

