-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Token file not found "token" #54
Comments
Using the above code in my sample rust crate which is built as a shared library and used in Android app, app is crashing |
@Narsil any leads on this would be highly helpful |
Here is the rough flow of what's happening when you call Click to viewLines 258 to 262 in 9d6502f
Lines 99 to 108 in 9d6502f
Lines 194 to 208 in 9d6502f
Lines 117 to 129 in 9d6502f
Lines 160 to 182 in 9d6502f
For the Lines 41 to 68 in 9d6502f
So what's happening is:
That shouldn't be causing a crash though. |
i'll add to this
two issues here
|
I am using fastembed-rs package, to create embeddings for text input
While I am running my application as a shared library on Android, it is giving below error
The text was updated successfully, but these errors were encountered: