Back to Ruflo

Recall

plugins/ruflo-rag-memory/commands/recall.md

3.6.30619 B
Original Source

$ARGUMENTS

Semantic recall across all memory namespaces using HNSW vector search with MMR diversity reranking.

bash
npx @claude-flow/cli@latest memory search --query "$ARGUMENTS" --limit 5

For richer results when ruvector is available:

bash
npx ruvector search "$ARGUMENTS" --hybrid --limit 5

This searches across patterns, tasks, solutions, feedback, security, and claude-memories namespaces. Results are ranked by composite score: cosine similarity * MMR diversity * recency decay.

If no arguments provided, show recent memory entries:

bash
npx @claude-flow/cli@latest memory list --limit 10