vecs icon indicating copy to clipboard operation
vecs copied to clipboard

Duplicate Table for get_or_create_collection

Open farhangDatafinery opened this issue 9 months ago • 1 comments

Describe the bug This was working before, but right now it says that it needs to create a table even though I have the table in Supabase with data, it's telling me that it can't create a new table because of duplication, even though I just want to get the table, not creating one.

Expected behavior I want to get the table that I was asking for instead of creating it, this was working before (like 2 months ago)

Screenshots Image

Versions:

  • vecs version: 0.4.5

farhangDatafinery avatar Mar 25 '25 22:03 farhangDatafinery

Could you please create and send minimal reproduction case? I added tests to cover this case in #106 and was not able to reproduce it

olirice avatar Mar 26 '25 19:03 olirice