diff options
-rw-r--r-- | db2pc.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -34,4 +34,6 @@ for x in tqdm(range(0,len(df),batch_size)): { value: embeddings[idx] }) + + print(to_send) index.upsert(to_send) |
index : FlixRec | ||
Building a content-based movie recommendation system | root |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | db2pc.py | 2 |
@@ -34,4 +34,6 @@ for x in tqdm(range(0,len(df),batch_size)): { value: embeddings[idx] }) + + print(to_send) index.upsert(to_send) |