Vector Search index not indexing the whole Delta table

Nicolaus
New Contributor II

I have a Delta table that I’m trying to index but when I try to create a vector search index with either the UI or the Python SDK, it only indexes 1 row out of my 3000 rows. I have tried using different vector search endpoints. 

I have verified the following:

  • I have a Unity Catalog enabled workspace.
  • Serverless compute is enabled. 
  • My source table has Change Data Feed enabled.
  • I have CREATE TABLE privileges.

Has anyone encountered the same issue?