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 0dcfb91 commit 4afdd60Copy full SHA for 4afdd60
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