Ismael-K
Databricks Employee
Databricks Employee

Direct cloning of a vector index table may not be possible. However, if Databricks generates the embeddings, you can enable "Sync computed embeddings" to save them to a Unity Catalog table. Alternatively, you can set the parameter sync_computed_embeddings=True when creating the vector index using the Python SDK for Vector Search to store the generated embeddings in a writeback table, which can then be cloned.