🔍 Search

Hybrid search: FTS5 keyword + embedding semantic, merged with Reciprocal Rank Fusion.

How It Works

📝

FTS5 Keyword

Full-text search with prefix matching, BM25 ranking. Finds exact terms instantly.

🧠

Embedding Semantic

bge-small-zh per-turn vectors. Finds conceptually related content even with different wording.

🔀

RRF Merge

Reciprocal Rank Fusion combines both rankings. Best of both worlds, no tuning needed.

See It In Action

💻 CLI Search
🖥️ Interactive (s key)
🌐 Cross-language
Hybrid search — keyword + semantic
$
1. 1ec9859a Docker开发容器构建与多机部署 (12h ago, 111 prompts, dev-env)
...configured nginx reverse proxy for docker containers on bridge network...
2. b46887fe 可迁移开发环境容器化方案 (8d ago, 51 prompts, temp)
...当前dockerfile 里面有写针对中国大陆的git地址优化...
3. 61e9e696 WSLg容器GUI偏移问题排查 (19h ago, 8 prompts, containerGUI)
...WSLg容器内GUI窗口最大化时偏移...
16 results (FTS5 + embedding, RRF merged)
Press s in session list → search prompt at bottom
Sessions (57/57) ⏳=pending 🔄=stale ✅=enriched
# ID Name Used Topics Turns Dir
🔄 1. 771f40ff 将我的kiro cli 默认模... 2m ago 0 213 kiro-session
✅ 2. 1ec9859a Docker开发容器构建与多... 12h ago 12 111 dev-env
✅ 3. 64476ff5 Obsidian个人知识管理... 20h ago 6 54 KB
... 54 more
🔍 Search:
→ Sessions (16/57 search: "容器部署")
Chinese query → finds English content
$
1. 1ec9859a Docker开发容器构建与多机部署 (12h ago, 111 prompts)
...Hybrid Search: FTS5 关键词匹配 + Embedding 语义搜索...
2. 64476ff5 Obsidian个人知识管理系统搭建 (20h ago, 54 prompts)
...我想在容器里面使用,你当前就是在容器里面...
3. b46887fe 可迁移开发环境容器化方案 (8d ago, 51 prompts)
✓ "容器部署" matched sessions about Docker, Podman, WSLg containers

Two Ways to Search

MethodHowBest for
/ in listReal-time text filter in current listQuick narrowing by visible text
s in listHybrid search (FTS5 + embedding)Semantic search, cross-language
kiro-session searchCLI hybrid searchScripting, piping, --json output

Filters

Combine with search to narrow results further.

FilterWhat it matchesExample
--file <path>Files touched in the session--file Dockerfile
--cmd <command>Commands run during the session--cmd docker
--dir <directory>Working directory--dir api
--recent <duration>Last updated within--recent 7d
Combining search + filters
$
$
$

Embedding Model

🏠

100% Local

BAAI/bge-small-zh-v1.5 via fastembed. ~90MB model, auto-downloaded on first use. No API key needed.

🌏

Bilingual

Chinese + English. Search "容器部署" and find sessions about Docker deployment.

Fast

Per-turn vectors pre-computed during enrichment. Search is just cosine similarity — milliseconds.