You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anthropic Claude Provider (#38): Native support for Claude models (claude-opus-4-8, claude-sonnet-4-6, claude-haiku-4-5). Use create_client("anthropic", ...) or llm="anthropic". Requires pip install 'hyperextract[anthropic]' and an OpenAI-compatible embedder.
Obsidian Vault Export (#37): Turn any knowledge graph into an Obsidian vault with Markdown notes linked by [[wikilinks]]. CLI: he export obsidian <ka_path> -o <vault>.
MCP Server (#40): Expose knowledge abstracts to MCP-capable assistants (Claude Desktop, IDE agents) via he-mcp. Tools: list_templates, info, search, ask (RAG), export_obsidian. Requires pip install 'hyperextract[mcp]'.
he clean Command (#39): Remove a KA's vector index or the entire knowledge abstract with confirmation guards.
README Refresh: New Trendshift trending badge, centered for-the-badge shields, and a "What's New / 最新动态" section.
Fixes
Multi-chunk Embedding Mean (#36): Use true mean when averaging multi-chunk embeddings for better long-document quality.
Embedding Batch Size Cap (#35): Cap embedding batch size for OpenAI-compatible providers to avoid provider limits.