fix(memory): sync stale EMBEDDING_MODEL fallback to unified standard - #591
Open
NOVA-Openclaw wants to merge 1 commit into
Open
fix(memory): sync stale EMBEDDING_MODEL fallback to unified standard#591NOVA-Openclaw wants to merge 1 commit into
NOVA-Openclaw wants to merge 1 commit into
Conversation
Port nova-workspace fc0e04f: the unused fallback constant still said mxbai-embed-large (uninstalled, 404s if ever hit). Live model comes from embedding-config.json; constant kept in sync with the unified standard snowflake-arctic-embed2. Ported so the stale nova-workspace duplicate can be deleted (NOVA-Openclaw/nova-workspace#122, task 568 phase b).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ports the 3-line fix stranded in nova-workspace fc0e04f (task #503) to the canonical copy. Provenance: installed ~/.openclaw/scripts/proactive-recall.py is byte-identical to this repo's copy; the nova-workspace duplicate carried only this fix and is being deleted in the companion PR. Evidence: NOVA-Openclaw/nova-workspace#122, reports/task568-scripts-provenance.md. After this change the file is byte-identical (md5 e549cd4ebe671fdfc84b7d1736c8bed7) to the nova-workspace copy being removed.