zk_find_similar_notes
Identify related notes based on a reference note ID, similarity threshold, and result limit to enhance knowledge organization and connections within a Zettelkasten system.
Instructions
Find notes similar to a given note. Args: note_id: ID of the reference note threshold: Similarity threshold (0.0-1.0) limit: Maximum number of results to return
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | ||
note_id | Yes | ||
threshold | No |