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 logs3 Replies
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 youthanks, this is really helpful!
@Sam J maybe you could check this out sometime since you're working on indexing stuff right now
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