Find answers from the community

Updated 3 weeks ago

Handling Larger Text Inputs with LlamaIndex

If my embedding model has 512 token input size then what will happen if I will give bigger chunk of text to embed how llamaindex handle it?
L
1 comment
Depends on the embed_model class you use. HuggingFaceEmbedding will just truncate it
Add a reply
Sign up and join the conversation on Discord