mirror of
https://github.com/cocoindex-io/cocoindex-code.git
synced 2026-09-14 16:39:38 +08:00
72f6283a1b
* 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>