codebook_neighbors
Retrieves nearest notes by cosine similarity in a hyperdimensional vector space. Provide a note ID and directory to get related notes.
Instructions
Nearest notes to a given note by pure cosine similarity in the hypervector space.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes_dir | Yes | ||
| note_id | Yes | ||
| glob | No | *.md | |
| k | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |