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
llm_rerank always chunks input tuples, even when the entire set would fit within the model’s context window. Additionally, the implementation uses a hard limit of 2048 tuples per batch, while in practice the LLM can handle more tuples if their combined token length fits in the context window.