Is there any documentation on ts/e5-small-v2? I re...
# community-help
s
Is there any documentation on ts/e5-small-v2? I realise that of course, I have to en sure the token limits are not reached... when I used OpenAI embedding model the tocken size is well documented and I can use Yethee\Tiktoken\EncoderProvider to get the models' adeqquate token and also to count the input text tokens to decide if I truncate or not I have to know what token limit the ts/e5-small-v2 has, so I can avoid issues when adding new contents which gets vecotrized.