QIANLING-0831/dsh-memory--packages-dsh-session-query-sqlite-cjk ↗★ 0
dsh-session-query-sqlite-cjk
CJK-aware ctx.sessionQuery backend for the DeepSeek Harness — SQLite FTS5 provider with a trigram tokenizer table so Chinese full-text search actually matches (upstream unicode61 does not segment CJK).
AI 분석
采用 Trigram 分词器重构 SQLite FTS5 检索,解决原生分词不支持中文的问题。适合需要对中文历史会话进行精确全文检索的用户。
설치
검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 README 읽기 ↗
配置
与上游 dsh-session-query-sqlite 相同:
| Key | 默认 | 说明 |
|---|---|---|
path | 必填 | 专用派生索引 SQLite 路径(:memory: 支持) |
openAt | startup | startup / first-search / never |
journalMode | wal | wal / delete / truncate / persist |
defaultLimit / maxLimit | 20 / 100 | 分页 |
snippetChars | 240 | snippet 上限(Unicode 码点) |
readWindowMax / persistedInspectConcurrency | 50 / 4 | 继承自服务定义 |