chore(plugin-catalog): entropicmem — amend disclosure for 2.8.1 (embeddings opt-in, shared DB under HERMES_HOME)
This commit is contained in:
@@ -10,10 +10,11 @@ description: >-
|
|||||||
warns on recall and prefetch payloads (flag-and-warn, fail-open by design, not a blocking
|
warns on recall and prefetch payloads (flag-and-warn, fail-open by design, not a blocking
|
||||||
filter). Includes a 34-command CLI, destructive-op gates with automatic backups, and an
|
filter). Includes a 34-command CLI, destructive-op gates with automatic backups, and an
|
||||||
append-only audit log. Disclosure — all memory data (vault markdown, memory.db, index.db, backups) stays local under
|
append-only audit log. Disclosure — all memory data (vault markdown, memory.db, index.db, backups) stays local under
|
||||||
HERMES_HOME/entropicmem/; a shared publish DB defaults to ~/.hermes/entropicmem-shared/. The CLI init command appends
|
HERMES_HOME/entropicmem/; a shared publish DB defaults to HERMES_HOME/entropicmem-shared/. The CLI init command appends
|
||||||
ENTROPICMEM_* settings to HERMES_HOME/.env (append-only). If the optional sentence-transformers extra is importable in
|
ENTROPICMEM_* settings to HERMES_HOME/.env (append-only). Vector embeddings are off by default; only with
|
||||||
the host venv, the provider's remember path downloads all-MiniLM-L6-v2 weights from huggingface.co on first use (no
|
embeddings_enabled: true (provider) or ENTROPICMEM_EMBEDDINGS=1 / query --semantic (CLI) and the optional
|
||||||
config gate); otherwise the provider has no network egress. The CLI ingest command fetches a user-supplied URL; CLI
|
sentence-transformers extra installed does first use download all-MiniLM-L6-v2 weights from huggingface.co;
|
||||||
|
otherwise the provider has no network egress. The CLI ingest command fetches a user-supplied URL; CLI
|
||||||
graph export writes to ./export in the cwd by default and its HTML loads D3/marked from d3js.org and cdn.jsdelivr.net
|
graph export writes to ./export in the cwd by default and its HTML loads D3/marked from d3js.org and cdn.jsdelivr.net
|
||||||
when opened; CLI graph serve starts a loopback HTTP server. entropicmem_patch_core edits the plugin's own Core-memory
|
when opened; CLI graph serve starts a loopback HTTP server. entropicmem_patch_core edits the plugin's own Core-memory
|
||||||
markdown (Persona/User_Profile), not Hermes core, and is off by default.
|
markdown (Persona/User_Profile), not Hermes core, and is off by default.
|
||||||
|
|||||||
Reference in New Issue
Block a user