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
docs: Add comprehensive Gemini embedding configuration examples with retry features
✨ **Documentation Updates:**
- Added Gemini Embeddings to supported providers list
- Included detailed configuration example with retry options
- Documented enhanced reliability features:
- Exponential backoff retry mechanism
- Intelligent fallback strategy
- Smart error detection patterns
- Configurable maxRetries and baseDelay parameters
- High success rate improvements (95%+ during high API load)
📚 **Technical Details:**
- Example shows maxRetries: 5 and baseDelay: 2000ms configuration
- Highlights Matryoshka representation support (outputDimensionality)
- Clear explanation of retry behavior for 503 'overloaded' errors
- Batch→individual fallback strategy documentation
🎯 **Benefits:**
- Users can now properly configure Gemini embeddings for high reliability
- Clear guidance on retry parameters for different use cases
- Improved understanding of error handling capabilities
0 commit comments