<?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 Index Creation Initializing Phase in Generative AI</title>
    <link>https://community.databricks.com/t5/generative-ai/vector-index-creation-initializing-phase/m-p/92176#M578</link>
    <description>&lt;P&gt;I believe this "self-resolved".&amp;nbsp; Even though I was technically on a premium plan the trial period had not completed.&amp;nbsp; I think at this point I can say it is resolved.&lt;/P&gt;</description>
    <pubDate>Sat, 28 Sep 2024 16:35:09 GMT</pubDate>
    <dc:creator>Galactech</dc:creator>
    <dc:date>2024-09-28T16:35:09Z</dc:date>
    <item>
      <title>Vector Index Creation Initializing Phase</title>
      <link>https://community.databricks.com/t5/generative-ai/vector-index-creation-initializing-phase/m-p/91198#M570</link>
      <description>&lt;P&gt;When using the web UI to create a vector index from an existing table with chunked data the creation fails at the "Initializing" phase after about 20 minutes.&amp;nbsp; I have validated the requirements are satisfied that are detailed &lt;A href="https://docs.databricks.com/en/generative-ai/create-query-vector-search.html" target="_self"&gt;here.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I have also seen that there a few posts on the forum for similar issues but the resolution was not clear to me as it detailed either using a small gpu instance (doesn't seem to apply when the pipeline is created an run by serverless compute not necessarily managed by me) or simply waiting for 48 hours for the issue to resolve itself.&amp;nbsp; If there is a way for me to use a small gpu instance for the task I am happy to do that but I don't see any obvious way to do that.&amp;nbsp; It appears that the processed is "managed" to the point where the pipeline is sent for execution and either passes or fails.&lt;/P&gt;&lt;P&gt;I have attempted a few times (even after waiting 48hrs), I have also found a few older posts that detail making sure there is an s3 bucket associated with the metastore, validated permissions, kicked off the pipeline from a notebook and nothing seems to work.&lt;/P&gt;&lt;P&gt;I am running on aws (us-west-2).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Specific log error short version:&amp;nbsp;Failed to resolve flow: '__online_index_view'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;at com.databricks.backend.common.util.TimeUtils$.retryWithExponentialBackoff0(TimeUtils.scala:216)&lt;BR /&gt;at com.databricks.backend.common.util.TimeUtils$.retryWithExponentialBackoff(TimeUtils.scala:145)&lt;BR /&gt;at com.databricks.pipelines.execution.extensions.brickindex.DatabricksHttpClient.sendRequestWithRetries(DatabricksHttpClient.scala:124)&lt;BR /&gt;at com.databricks.pipelines.execution.extensions.brickindex.DatabricksHttpClient.post(DatabricksHttpClient.scala:213)&lt;BR /&gt;at com.databricks.pipelines.execution.extensions.brickindex.BrickIndexGatewayClient.$anonfun$makePredictions$2(GatewayClient.scala:338)&lt;BR /&gt;at com.databricks.pipelines.execution.extensions.brickindex.BrickIndexGatewayClient.withCredentials(GatewayClient.scala:160)&lt;BR /&gt;at com.databricks.pipelines.execution.extensions.brickindex.BrickIndexGatewayClient.makePredictions(GatewayClient.scala:335)&lt;BR /&gt;at com.databricks.pipelines.execution.extensions.brickindex.ModelServingBatchProcessor.processViaGateway(ModelServingBatchProcessor.scala:101)&lt;BR /&gt;at com.databricks.pipelines.execution.extensions.brickindex.ModelServingBatchProcessor.process(ModelServingBatchProcessor.scala:78)&lt;BR /&gt;at com.databricks.pipelines.execution.extensions.brickindex.VectorSearchIngestionProcessor.$anonfun$processIngestionWithConcurrency$6(VectorSearchIngestionProcessor.scala:133)&lt;BR /&gt;at com.databricks.pipelines.execution.extensions.brickindex.VectorSearchIngestionProcessor.$anonfun$processIngestionWithConcurrency$6$adapted(VectorSearchIngestionProcessor.scala:132)&lt;BR /&gt;at com.databricks.pipelines.execution.extensions.brickindex.VectorSearchIngestionProcessor.$anonfun$processIngestionBatchFuture$1(VectorSearchIngestionProcessor.scala:229)&lt;BR /&gt;at scala.concurrent.Future$.$anonfun$apply$1(Future.scala:659)&lt;BR /&gt;at scala.util.Success.$anonfun$map$1(Try.scala:255)&lt;BR /&gt;at scala.util.Success.map(Try.scala:213)&lt;BR /&gt;at scala.concurrent.Future.$anonfun$map$1(Future.scala:292)&lt;BR /&gt;at scala.concurrent.impl.Promise.liftedTree1$1(Promise.scala:46)&lt;BR /&gt;at scala.concurrent.impl.Promise.$anonfun$transform$1(Promise.scala:46)&lt;BR /&gt;at scala.concurrent.impl.CallbackRunnable.run(Promise.scala:77)&lt;BR /&gt;at com.databricks.threading.DatabricksExecutionContext$InstrumentedRunnable.run(DatabricksExecutionContext.scala:36)&lt;BR /&gt;at com.databricks.threading.NamedExecutor$$anon$2.$anonfun$run$1(NamedExecutor.scala:367)&lt;BR /&gt;at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)&lt;BR /&gt;at com.databricks.logging.UsageLogging.$anonfun$withAttributionContext$1(UsageLogging.scala:426)&lt;BR /&gt;at scala.util.DynamicVariable.withValue(DynamicVariable.scala:62)&lt;BR /&gt;at com.databricks.logging.AttributionContext$.withValue(AttributionContext.scala:216)&lt;BR /&gt;at com.databricks.logging.UsageLogging.withAttributionContext(UsageLogging.scala:424)&lt;BR /&gt;at com.databricks.logging.UsageLogging.withAttributionContext$(UsageLogging.scala:418)&lt;BR /&gt;at com.databricks.threading.NamedExecutor.withAttributionContext(NamedExecutor.scala:294)&lt;BR /&gt;at com.databricks.threading.NamedExecutor$$anon$2.run(NamedExecutor.scala:365)&lt;BR /&gt;at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)&lt;BR /&gt;at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)&lt;BR /&gt;at java.lang.Thread.run(Thread.java:750)&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2024 13:32:31 GMT</pubDate>
      <guid>https://community.databricks.com/t5/generative-ai/vector-index-creation-initializing-phase/m-p/91198#M570</guid>
      <dc:creator>Galactech</dc:creator>
      <dc:date>2024-09-20T13:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: Vector Index Creation Initializing Phase</title>
      <link>https://community.databricks.com/t5/generative-ai/vector-index-creation-initializing-phase/m-p/92176#M578</link>
      <description>&lt;P&gt;I believe this "self-resolved".&amp;nbsp; Even though I was technically on a premium plan the trial period had not completed.&amp;nbsp; I think at this point I can say it is resolved.&lt;/P&gt;</description>
      <pubDate>Sat, 28 Sep 2024 16:35:09 GMT</pubDate>
      <guid>https://community.databricks.com/t5/generative-ai/vector-index-creation-initializing-phase/m-p/92176#M578</guid>
      <dc:creator>Galactech</dc:creator>
      <dc:date>2024-09-28T16:35:09Z</dc:date>
    </item>
  </channel>
</rss>

