Replies: 1 comment 1 reply
-
Hi @jronallo , sorry for the late response You can access tokenizer with |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to test whether I need to split my text before it gets to fastembed, but I'm uncertain how I can use the tokenizer for this model to count the number of tokens in my documents.
Once I get the model with
embedding_model = TextEmbedding()
how can I get the tokens which would be produced with this model?Beta Was this translation helpful? Give feedback.
All reactions