Mbonea commited on
Commit
0fdede3
1 Parent(s): 7c573ee

clearing out ids

Browse files
Files changed (1) hide show
  1. App/Embedding/utils/Initialize.py +1 -0
App/Embedding/utils/Initialize.py CHANGED
@@ -41,6 +41,7 @@ def add_document(imdb_id, doc):
41
  return
42
 
43
  temp_doc["key"] = imdb_id
 
44
  temp = Document(
45
  page_content=text,
46
  metadata=temp_doc,
 
41
  return
42
 
43
  temp_doc["key"] = imdb_id
44
+ temp_doc["genre_ids"] = ""
45
  temp = Document(
46
  page_content=text,
47
  metadata=temp_doc,