Semantic Memory Index

Build a local token-vector memory index for deterministic retrieval without external embeddings.

rweisssieker-xp Updated

File contents

Semantic Memory Index

Use this skill to index runbooks, policy snippets, tickets, or schema notes for local retrieval.

Run:

node runtime/runTool.js semantic_memory_index '{"documents":[{"id":"runbook-1","text":"orders latency after deploy compare query plans"}],"query":"deploy latency"}'

The tool stores index metadata in plugin memory and returns ranked token-overlap matches.

rweisssieker-xp/sqlserver-postgres-plugin/tree/main/plugins/sqlserver-postgres-performance-advisor/skills/semantic-memory-index commit d94e2248f8

Frequently asked questions

npx skillmds@latest add rweisssieker-xp/semantic-memory-index