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
OpenAI/LiteLLM embedding calls may report oversized inputs as BadRequestError with "maximum input length" instead of ContextWindowExceededError. Normalize these so downstream chunking fallback logic can handle it consistently (namely in paperqa).
OpenAI/LiteLLM embedding calls may report oversized inputs as BadRequestError with "maximum input length" instead of ContextWindowExceededError. Normalize these so downstream chunking fallback logic can handle it consistently (namely in paperqa).