ashuvssut (ashu)
ashuvssut (ashu)16mo ago

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
No description
No description
3 Replies
ashuvssut (ashu)
ashuvssut (ashu)OP16mo ago
By the way, this Error is not so serious. I am fine with naming my regular index by_embedding_idx I just thought that this Bug Report might help you
jamwt
jamwt16mo ago
thanks, this is really helpful! @Sam J maybe you could check this out sometime since you're working on indexing stuff right now
Sam J
Sam J15mo ago
Thanks for the report! We don't currently allow duplicate index names even across index types. I'll improve the error message so this is clearer

Did you find this page helpful?