We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1e1f7c commit 5627a3dCopy full SHA for 5627a3d
flask_react/index_server.py
@@ -28,7 +28,7 @@ def initialize_index():
28
index.save_to_disk(index_name)
29
if os.path.exists(pkl_name):
30
with open(pkl_name, "rb") as f:
31
- stored_docs = pkl.load(f)
+ stored_docs = pickle.load(f)
32
33
34
def query_index(query_text):
0 commit comments