mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-24 04:31:02 +02:00
Remove cruft
This commit is contained in:
parent
6b360dfc55
commit
5dfd3cd136
1 changed files with 0 additions and 2 deletions
|
|
@ -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)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue