Find answers from the community

Home
Members
SnowBloom
S
SnowBloom
Offline, last seen 3 days ago
Joined December 17, 2024
S
SnowBloom
·

Batch

hey all. is there a way to use the llama index LLM class (or other llama index abstractions), to access the openai/anthropic Message Batching API?
11 comments
L
S
S
SnowBloom
·

Token

ALSO its driving me CRAZY that the llama index tokenizer only ENCODES and has no decode im going to scream lol.
9 comments
S
L
hey all: how do you ensure text fits into an embedding model?
you can't know apriori what tokenizer an embedding model uses - or even its input size! Or can you somehow?
if I have some arbitrary string 'text' and I need to trim it shorter so it fits into 'embed_model', whats the approach?

There must be a simple solution I am missing!
9 comments
L
f
S
S