Skip to content

Instantly share code, notes, and snippets.

@davidmezzetti
Last active January 8, 2021 23:54
Show Gist options
  • Select an option

  • Save davidmezzetti/84285c91801e59e223e5392fc41f03e0 to your computer and use it in GitHub Desktop.

Select an option

Save davidmezzetti/84285c91801e59e223e5392fc41f03e0 to your computer and use it in GitHub Desktop.
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