3 Commits

Author SHA1 Message Date
Jim McKeeth e709902e12 More detailed stats, removed incompatible models (#208)
* feature: updated alternative embedding options after testing

* More detailed stats, removed incompatible models, and some other minor issues.

There are a number of really good options like `lightonai/LateOn-Code-edge`

* cleaning up tiers
2026-07-01 23:45:15 -07:00
Jim McKeeth 55f7bffc58 feature: updated alternative embedding options after testing (#196) 2026-06-25 09:36:13 -07:00
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