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 am currently using Android version of Chatbox, which is v1.16.3.
Before the UI update (versions before v1.16.1, I tested it on v1.15.4) on Android version, once I attached some txt files to the message and send it, it will show it's currently "proceeding".
And those files only used around 16k-17k tokens.
After the update, I reproduced the same attaching operation. But there is no more special message, just a tick like Windows version.
Then, it will use around 60k tokens, which is a large number. And it's the actual number if I just send those files as raw texts.
I tried to use the "knowledge base" feature on Windows version and tested it with those txt files again, using the bge-m3 embedding model from SiliconFlow Api.
Yes, like the things before update, it's around 16k-17k tokens.
I checked out the update logs and issues, and there are no logs or issues for this problem.
There are also no buttons or settings that clearly linked to "knowledge base" or something else in current Android version.
Just an "upload files" button.
I am wondering why this is happening.
Is it just a bug?
Or just something I have missed or mistaken?