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
feat: add configurable timeout settings for Ollama embedder
- Add timeout configuration options for Ollama embedding and validation operations
- Default to 30s for embedding requests and 10s for validation requests
- Add UI components in CodeIndexPopover for timeout configuration with validation
- Update configuration interfaces and type definitions to support timeout settings
- Integrate timeout settings into existing configuration management pipeline
- Add comprehensive test coverage for timeout functionality
- Add translation support for timeout settings
Fixes#5733
"ollamaEmbeddingTimeoutDescription": "Maximum time to wait for embedding requests to complete. Increase this value if you experience timeout errors with large code blocks.",
"ollamaValidationTimeoutDescription": "Maximum time to wait for model validation requests to complete. This is used to test if the Ollama model is available.",
"description": "Allow Roo to automatically perform operations without requiring approval. Enable these settings only if you fully trust the AI and understand the associated security risks.",
0 commit comments