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 using localai embeddings API /v1/embeddings at the moment.
When attempting the API request with a input string having the count of tokens > 2410, the API crashes with a signal SIGSEGV: segmentation violation.
Is there such a limitation for the allowed number of tokens in the input string?
Is it mentioned somewhere in the docs?
I can provide the exact API call details if needed.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I am using
localai
embeddings API/v1/embeddings
at the moment.When attempting the API request with a input string having the count of tokens >
2410
, the API crashes with asignal SIGSEGV: segmentation violation
.Is there such a limitation for the allowed number of tokens in the input string?
Is it mentioned somewhere in the docs?
I can provide the exact API call details if needed.
Thanks in advance for your help.
Beta Was this translation helpful? Give feedback.
All reactions