velixar_search_neighborhood
Retrieve memories related to an anchor memory, categorized as forward, backward, or lateral relationships based on vector similarity.
Instructions
Find memories near a known memory in vector space. Classifies results as forward (newer chain links), backward (older), or lateral (related but independent).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 5) | |
| direction | No | Filter by relationship direction (default: all) | |
| memory_id | Yes | Anchor memory ID to search around | |
| exclude_ids | No | Memory IDs to exclude (already seen) | |
| min_similarity | No | Minimum similarity threshold 0-1 |