aboutsummaryrefslogtreecommitdiff
path: root/db2pc.py
diff options
context:
space:
mode:
Diffstat (limited to 'db2pc.py')
-rw-r--r--db2pc.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/db2pc.py b/db2pc.py
index caf0ae7..b6de15a 100644
--- a/db2pc.py
+++ b/db2pc.py
@@ -34,6 +34,4 @@ for x in tqdm(range(0,len(df),batch_size)):
{
value: embeddings[idx].tolist()
})
-
- print(to_send)
index.upsert(to_send)