v0.2.14
Tencent/WeKnorav0.2.14Jan 30, 2026by lyingbug
AI Summary
This maintenance release focuses on bug fixes and database migrations. Key improvements include version handling, URL extraction fixes, and PostgreSQL search extension migration.
Key Highlights
- pg_search extension update migration files
- Fix version priority to prioritize env variable over git tag
- Fix chunk index mismatch in parser logs
- Correctly extract host from completion_url for both v1 and non-v1 endpoints
- Optimize Ollama retest button icon alignment
New Features
- pg_search extension update migration
Full Release Notes
## What's Changed * fix: prioritize env variable over git tag in version by @lyingbug in https://github.com/Tencent/WeKnora/pull/586 * style(ollama): optimize retest button icon alignment using #icon slot by @jlau-ice in https://github.com/Tencent/WeKnora/pull/587 * fix: correctly extract host from completion_url by handling both v1 and non-v1 endpoints by @jlau-ice in https://github.com/Tencent/WeKnora/pull/590 * fix(parser): resolve chunk index mismatch in logs by @ChenRussell in https://github.com/Tencent/WeKnora/pull/596 * feat(migrations): add pg_search extension update migration files by @lyingbug in https://github.com/Tencent/WeKnora/pull/603 ## New Contributors * @ChenRussell made their first contribution in https://github.com/Tencent/WeKnora/pull/596 **Full Changelog**: https://github.com/Tencent/WeKnora/compare/v0.2.13...v0.2.14