Last active
January 8, 2021 23:54
-
-
Save davidmezzetti/84285c91801e59e223e5392fc41f03e0 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| embeddings.save("index") | |
| embeddings = Embeddings() | |
| embeddings.load("index") | |
| uid = embeddings.search("climate change", 1)[0][0] | |
| print(data[uid]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment