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
fix(knowledge): cap Gemini batches at 100 items, add singular GEMINI_API_KEY fallback
- Gemini's batchEmbedContents API rejects requests with more than 100
items. The token-based batcher could pack hundreds of short chunks
into a single request, causing 400s. Add maxItemsPerRequest on
ResolvedProvider and split token batches further when set.
- Mirror resolveOpenAIKey by accepting GEMINI_API_KEY (singular) as a
fallback before requiring the rotating GEMINI_API_KEY_1/2/3 keys.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
0 commit comments