vector_search
Find semantically similar keywords by comparing vector embeddings stored in a persistent concept graph, using Turso vector distance or Python fallback.
Instructions
Semantic vector search. Find similar keywords via Turso vector_distance_cos or Python fallback (256-dim feature hashing).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top_n | No | Number of results (default 8) | |
| context | No | Context path (e.g. java/spring). Defaults to active context. | |
| keywords | Yes | Query keywords for vector search |