Created
August 3, 2019 21:44
-
-
Save bsod90/29654c6637170f11836f0940a6c1bb7b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
state_dir = './search_data/' | |
faiss.write_index( | |
index, | |
os.path.join(state_dir, "faiss.index") | |
) | |
index = faiss.read_index( | |
os.path.join(state_dir, "faiss.index") | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment