Remove cruft

This commit is contained in:
Cyber MacGeddon 2025-09-30 23:03:29 +01:00
parent 6b360dfc55
commit 5dfd3cd136

View file

@ -120,8 +120,6 @@ class DocVectors:
dim = len(embeds) dim = len(embeds)
print("INSERT VEC", dim, flush=True)
if (dim, user, collection) not in self.collections: if (dim, user, collection) not in self.collections:
self.init_collection(dim, user, collection) self.init_collection(dim, user, collection)