mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user