chore: Make semantic deps default, auto-backfill embeddings, and default search to semantic (#586)

Signed-off-by: phernandez <paul@basicmachines.co>
This commit is contained in:
Paul Hernandez
2026-02-19 18:31:15 -06:00
committed by GitHub
parent ed82b0c417
commit 306e562281
24 changed files with 497 additions and 107 deletions
+2 -2
View File
@@ -847,8 +847,8 @@ def search_notes(
if not metadata_filters:
metadata_filters = None
# set search type
search_type = "text"
# set search type (None delegates to MCP tool default selection)
search_type: str | None = None
if permalink:
search_type = "permalink"
if query and "*" in query: