discover_connections
Find related memories across all projects and namespaces using semantic similarity. Input a memory ID to discover cross-corpus connections with adjustable scoring and thresholds.
Instructions
Find cross-corpus connections for a memory. Discovers semantically similar memories across all namespaces and projects using ANN-based search with pluggable scoring.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum connections to return | |
| _agent_id | No | Optional agent identifier for request tracing and per-agent rate limiting. | |
| memory_id | Yes | ID of the memory to find connections for | |
| min_similarity | No | Minimum similarity threshold | |
| scoring_strategy | No | Scoring strategy. vector_only (fastest), vector_content (adds text overlap), vector_metadata (adds tag/importance boost) | |
| exclude_same_namespace | No | Exclude results from the same namespace |