docs: update README with new features
- Add --with-content flag documentation
- Add --with-links flag documentation
- Update feature list with content and links support
| | |
| | | - ✅ **FTS5 全文搜索**:基于 SQLite FTS5 的快速搜索 |
| | | - ✅ **图谱评分算法**:考虑标签、实体、wikilinks 权重 |
| | | - ✅ **多种输出格式**:表格、JSON |
| | | - ✅ **内容返回**:`--with-content` 返回完整文件内容 |
| | | - ✅ **关联链接**:`--with-links` 返回 wikilink 关联文档 |
| | | |
| | | ## 安装 |
| | | |
| | |
| | | # 带症状词 |
| | | kb search 充装失败 --symptom 报错,无法启动 |
| | | |
| | | # 返回完整文件内容 |
| | | kb search 充装规格 --with-content |
| | | |
| | | # 返回关联文档链接 |
| | | kb search 充装规格 --with-links |
| | | |
| | | # 同时返回内容和链接 |
| | | kb search 充装规格 --with-content --with-links |
| | | |
| | | # JSON 输出 |
| | | kb search 充装 --json |
| | | |