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: improve error handling for codebase search embeddings
- Remove generic error wrapper in OpenAI embedder that was hiding actual API errors
- Remove generic error wrapper in OpenAI-compatible embedder for consistency
- Allow detailed error messages from _embedBatchWithRetries to propagate to users
- This helps diagnose why embeddings fail during search but work during indexing
Fixes#4404
0 commit comments