Semantic Search

Executes exact Exocortex embeddings lookup for internal libraries. Wraps smart_search.py.

winstonkoh87 131cd8a 681 B Updated

File contents

The Exocortex Semantic Engine

A direct interface to the local RAG (Retrieval-Augmented Generation) system, wrapping smart_search.py for high-precision knowledge retrieval.

Triggers

"search memory", "find protocol", "do we have a case study on"

Core Mechanics

  1. Executes python3 Athena-Public/examples/scripts/smart_search.py "<query>" --limit 5
  2. Synthesizes the results before pulling the full markdown files into the context window.

Reference Paths

  • .context/memories/protocols/coding/108-semantic-search-standards.md

winstonkoh87/athena-public/tree/main/examples/skills/research/semantic-search commit 131cd8aedc

Frequently asked questions

npx skillmds@latest add winstonkoh87/semantic-search