vecs
vecs copied to clipboard
Duplicate Table for get_or_create_collection
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
Versions:
- vecs version: 0.4.5
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