note search md files

This commit is contained in:
Yanxin Lu
2026-04-03 15:40:05 -07:00
parent bb1b1dad2f
commit f410df3e7a
2 changed files with 49 additions and 1 deletions

View File

@@ -103,6 +103,23 @@ _这份文件记录持续性项目和重要状态跨会话保留。_
---
### 4. Notesearch 笔记搜索
**状态**: 运行中
**创建**: 2026-04-03
**配置**:
- 工具: `~/.openclaw/workspace/notesearch/`
- 笔记库: `/home/lyx/Documents/obsidian-yanxin`Obsidian vault独立 git 仓库)
- 嵌入模型: `qwen3-embedding:0.6b`(通过 Ollama
- 索引: `<vault>/.index/`gitignored
- 技术栈: LlamaIndex + Ollama
**功能**:
- 基于向量搜索的语义检索,用户提问时搜索 Obsidian 笔记
- 返回相关片段、文件路径和相关性分数
- 笔记更新后需重新索引(`notesearch.sh index`
---
## 📁 项目文件索引
| 项目 | 位置 |
@@ -112,7 +129,9 @@ _这份文件记录持续性项目和重要状态跨会话保留。_
| 日历/待办 | `~/.openclaw/workspace/skills/calendar/` |
| 日历数据 | `~/.openclaw/workspace/calendars/` (home=事件, tasks=待办) |
| himalaya 包装器 | `~/.openclaw/workspace/scripts/himalaya.sh` |
| 笔记搜索 | `~/.openclaw/workspace/notesearch/` |
| Obsidian 笔记库 | `/home/lyx/Documents/obsidian-yanxin` |
---
_最后更新: 2026-03-31_
_最后更新: 2026-04-03_