ashuvssut (ashu)A

Vector Index and Index cannot have same name in a table

I currently have a regular index with name by_embedding_idx, Also I have a vector index with name by_embedding. Things works fine now (Refer first image for schema --- which is the correct one and works fine)

But when I change the name of regular index to by_embedding (which is same as the Vector index name), the deployment fails and returns 500 errors. It keeps on trying to deploy and error 500 shows up (always)
See the last image for logs
image.png
image.png
Was this page helpful?