v0.1.0
Initial open-source release.
Features:
- Four-channel hybrid search (BM25 + vector + indegree + title/alias) with RRF fusion
- Knowledge graph from
[[wikilinks]]with BFS traversal - Link discovery:
suggest_linksfinds missing connections,resolve_suggestionwrites them - Tag and folder filtering
- Alias support in search and link resolution
- Native CJK: jieba tokenization + jina-v2-zh bilingual embeddings
- CLI mode:
seeklink search,seeklink index,seeklink status - File watcher with automatic indexing and deleted file cleanup
- 6 MCP tools, fully local, headless (no Obsidian required)
- 217 tests, Python 3.11+
Install:
pip install seeklink
See README for setup instructions.