Spaces:
Sleeping
Sleeping
Update book_metadata_retriever.py
Browse files
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)
|