Releases: Ontos-AI/knowhere
Releases · Ontos-AI/knowhere
Release list
v1.2.13
v1.2.12
Retrieval query can pass agent_explore_model to pick the Cursor explore model per request. Also includes grep/node_filter argument fixes and the loop-contract rule against empty same-turn greps.
v1.2.11
What's Changed
- perf(retrieval): keep agent explore results, cut DB waits by @EricNGOntos in #423
Full Changelog: v1.2.10...v1.2.11
v1.2.10
What's Changed
- fix(retrieval): use content trigram index for corpus.grep by @EricNGOntos in #422
Full Changelog: v1.2.9...v1.2.10
v1.2.9
What's Changed
- feat: normalize non-standard DOCX/XLSX before parse by @EricNGOntos in #414
- fix(parser): open macro-enabled Word packages as docx by @suguanYang in #415
Full Changelog: v1.2.8...v1.2.9
v1.2.8
What's Changed
- perf: bulk materialization publication writes by @suguanYang in #411
- fix(retrieval): skip map-unit count equality on asset filters by @suguanYang in #413
Full Changelog: v1.2.7...v1.2.8
1.2.7
What's Changed
- fix(retrieval): retain connected body chunks for asset filters by @EricNGOntos in #410
Full Changelog: v1.2.6...v1.2.7
1.2.6
What's Changed
- fix(demo): deduplicate materialization and parallelize result uploads by @suguanYang in #407
Full Changelog: v1.2.5...v1.2.6
v1.2.5
v1.2.4
Highlights
- fix(agent_explore): expose document_id in corpus tool outputs so models stop passing filenames to corpus.read
- fix(agent_explore): serialize cursor_sdk step budget to prevent parallel tool-call races
- fix(agent_explore): normalize flat corpus.read argument shapes deterministically
- fix(retrieval): group sibling evidence blocks under parent section paths
- docs(deploy): document CURSOR_API_KEY in ECS staging/prod secrets list