removed print

This commit is contained in:
navanchauhan 2022-05-21 11:01:26 -06:00
parent 49243b4635
commit 4b78fbe5e6
1 changed files with 0 additions and 2 deletions

View File

@ -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)