aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornavanchauhan <navanchauhan@gmail.com>2022-05-21 11:01:26 -0600
committernavanchauhan <navanchauhan@gmail.com>2022-05-21 11:01:26 -0600
commit4b78fbe5e6b79464c5a07174801f598c27127aaf (patch)
tree4500525d81da025c797c2b86001c612c83e30e6b
parent49243b46358c03234873327e2f8a54b872d04ba0 (diff)
removed print
-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)