Skip to content

Commit 67dddd9

Browse files
committed
feat: make semantic recall an opt-in SQLite feature
1 parent 720480a commit 67dddd9

9 files changed

Lines changed: 1179 additions & 4564 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ flowchart TB
171171
172172
SOURCES[("Local transcript files")]
173173
TEXT[("Tantivy + Jieba\nkeyword index")]
174-
VECTOR[("SQLite / LanceDB\noptional vector store")]
174+
VECTOR[("SQLite\noptional vector store")]
175175
EMBED["Optional embedding provider"]
176176
CONTEXT["Raw context reader\nmessage · line · deep link"]
177177
@@ -275,7 +275,7 @@ flowchart TB
275275

276276
**事实来源:** 用户本机的 Claude/Codex 会话文件。
277277

278-
**派生数据:** Tantivy 全文索引、`search-index-manifest.json`可选 SQLite/LanceDB 向量索引和会话缓存。
278+
**派生数据:** Tantivy 全文索引、`search-index-manifest.json`由用户在高级设置中显式初始化的 SQLite 向量索引和会话缓存。
279279

280280
**边界:** Ataru 可以清除或重建派生索引,但不删除原始会话。远程语义提供方只有在用户显式配置后才参与,并且只接收完成召回所需的最小化文本。
281281

@@ -394,7 +394,7 @@ docs/images/ README cover and current product path visuals
394394
| Desktop shell | Tauri 2 |
395395
| Frontend | React 19, TypeScript, Vite, Tailwind CSS, shadcn/ui |
396396
| Search | Tantivy + Jieba |
397-
| Semantic recall | OpenAI-compatible Embeddings, SQLite/LanceDB adapters |
397+
| Semantic recall | 用户显式启用的 OpenAI-compatible Embeddings + SQLite 索引 |
398398
| Backend | Rust 2021 |
399399
| State | React Query, Jotai, Tauri events |
400400

0 commit comments

Comments
 (0)