Skip to content

v0.1.0

Choose a tag to compare

@simonsysun simonsysun released this 04 Apr 23:36
· 77 commits to main since this release

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_links finds missing connections, resolve_suggestion writes 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.