achdaisy commited on
Commit
1c5425b
1 Parent(s): 6371425

Update book_metadata_retriever.py

Browse files
Files changed (1) hide show
  1. book_metadata_retriever.py +3 -3
book_metadata_retriever.py CHANGED
@@ -70,6 +70,6 @@ tfidf_doc2vec_model.initialize_vectors(documents)
70
  bm25_model = BM25Okapi([doc.split() for doc in documents])
71
 
72
  # Example usage
73
- query = "mathematics"
74
- result = answer(query)
75
- print(result)
 
70
  bm25_model = BM25Okapi([doc.split() for doc in documents])
71
 
72
  # Example usage
73
+ #query = "mathematics"
74
+ #result = answer(query)
75
+ #print(result)