Jim McKeeth
|
72f6283a1b
|
Add Embedding Options guide and model discovery script (#188)
* Add EMBEDDINGS.md guide and model discovery script (fixes #181)
* fix(scripts): fix ruff lint and format violations in find_best_models.py
- Replace bare `except:` with `except Exception:` (E722)
- Expand inline `if x: return y` to multi-line (E701)
- Break long lines >100 chars (E501)
- Move docstring above imports; sort stdlib before third-party (I001)
- Remove unused `numpy` and `datetime` imports (F401)
- Fix `== True` comparison to use truthiness directly (E712)
- Remove trailing whitespace in string literals (W291/W293)
https://claude.ai/code/session_01GguRSHkNNjDxvP4o8Va2Kp
* chore:formatting, fix lint errors, formatting and cleanup
---------
Co-authored-by: Claude <noreply@anthropic.com>
|
2026-06-14 23:08:55 -07:00 |
|