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.
2 parents e1bf1d2 + 4afdd60 commit 1038a31Copy full SHA for 1038a31
examples/example.py
@@ -45,7 +45,7 @@
45
# Serializing and deleting the index:
46
index_path='first_half.bin'
47
print("Saving index to '%s'" % index_path)
48
-p.save_index("first_half.bin")
+p.save_index(index_path)
49
del p
50
51
# Reiniting, loading the index
0 commit comments