v0.2.12
Tencent/WeKnorav0.2.12Jan 26, 2026by lyingbug
AI Summary
This release includes bug fixes and feature additions for knowledge base retrieval, search functionality, and provider configuration. Key improvements address Zhipu API integration and MCP tool naming.
Key Highlights
- Correct Zhipu Embedding BaseURL to match API structure
- Add retrieve KB only when mentioned option
- Replace dots with underscores in MCP tool names
- Add matched question field to FAQ search results
- Update PostgreSQL image version to v0.21.4-pg17
New Features
- Retrieve KB only when mentioned option
- Matched question field in FAQ search results
Full Release Notes
## What's Changed * fix(zhipu): correct Embedding BaseURL to match API structure by @MEKXH in https://github.com/Tencent/WeKnora/pull/578 * feat: add retrieve KB only when mentioned option by @lyingbug in https://github.com/Tencent/WeKnora/pull/579 * fix: replace dots with underscores in MCP tool names (#528) by @lyingbug in https://github.com/Tencent/WeKnora/pull/580 * chore: Update PostgreSQL image version to v0.21.4-pg17 by @begoniezhao in https://github.com/Tencent/WeKnora/pull/582 * feat: add matched question field to FAQ search results by @lyingbug in https://github.com/Tencent/WeKnora/pull/581 * fix(frontend): hide upload mask when drag leaves window by @jlau-ice in https://github.com/Tencent/WeKnora/pull/583 ## New Contributors * @MEKXH made their first contribution in https://github.com/Tencent/WeKnora/pull/578 * @jlau-ice made their first contribution in https://github.com/Tencent/WeKnora/pull/583 **Full Changelog**: https://github.com/Tencent/WeKnora/compare/v0.2.11...v0.2.12