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
I faced a nil pointer dereference error in tokenizer library when it was being used in a downstream library called fastembed-go and have reported the issue at Anush008/fastembed-go#13
Cross posting here in case this is a known issue with a known workaround.
The text was updated successfully, but these errors were encountered:
The error message / stack trace I got seems to indicate that this is a duplicate of #37 which has been fixed in June 2024. Let me investigate some more, hopefully this item can then be closed as a duplicate
Since there was a similar issue reported (and closed via a code change / PR) on the tokenizer side I just forked both tokenizer and fastemebed-go and published the latest master / main branch and used them as dependency, and the error is gone.
Perhaps all that's needed to be done is to publish the latest versions of both?
I faced a nil pointer dereference error in
tokenizer
library when it was being used in a downstream library calledfastembed-go
and have reported the issue at Anush008/fastembed-go#13Cross posting here in case this is a known issue with a known workaround.
The text was updated successfully, but these errors were encountered: