change numpy array to list

This commit is contained in:
Navan Chauhan 2022-05-21 10:59:19 -06:00
parent 7bd9c1e3a4
commit 5da0be5eb1
1 changed files with 2 additions and 0 deletions

View File

@ -34,4 +34,6 @@ for x in tqdm(range(0,len(df),batch_size)):
{
value: embeddings[idx]
})
print(to_send)
index.upsert(to_send)