You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The embeddings are stored as pickled files. Pickle has security issues and can result in backwards compatibility issues.
The embeddings are now stored as pandas dataframe.
A few options are feather or parquet. These seem to be fast, but I am not yet fully sure about the backwards compatibility.
The text was updated successfully, but these errors were encountered:
The embeddings are stored as pickled files. Pickle has security issues and can result in backwards compatibility issues.
The embeddings are now stored as pandas dataframe.
A few options are feather or parquet. These seem to be fast, but I am not yet fully sure about the backwards compatibility.
The text was updated successfully, but these errors were encountered: