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
Using anyhow in a library is not advisable and forces downstream crates to use deal with it in the api. anyhow should be removed in favor of something like a concrete FastEmbedError type.