Vector Search index not indexing the whole Delta table
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2024 11:05 PM
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?