Skip to content

Releases: Ontos-AI/knowhere

v1.2.13

Choose a tag to compare

@EricNGOntos EricNGOntos released this 17 Sep 04:52
1ab931d

Reject a new document ingest when the same user and namespace already have an active document with that source file name. Retry with document_id to replace it.

v1.2.12

Choose a tag to compare

@EricNGOntos EricNGOntos released this 17 Sep 04:17
9c124d4

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

Choose a tag to compare

@EricNGOntos EricNGOntos released this 15 Sep 08:42
bd38e2d

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

Choose a tag to compare

@EricNGOntos EricNGOntos released this 15 Sep 06:38
7cce49a

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

Choose a tag to compare

@suguanYang suguanYang released this 14 Sep 14:12
9489fa2

What's Changed

Full Changelog: v1.2.8...v1.2.9

v1.2.8

Choose a tag to compare

@suguanYang suguanYang released this 13 Sep 14:49
3271682

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

Choose a tag to compare

@EricNGOntos EricNGOntos released this 11 Sep 17:11
d6f45c7

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

Choose a tag to compare

@suguanYang suguanYang released this 11 Sep 13:13
85d5b2b

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

Choose a tag to compare

@EricNGOntos EricNGOntos released this 11 Sep 08:20
66254a4

Highlights

  • feat(retrieval): apply include and exclude document IDs before tool results so Explore tools, classic retrieval, and citations share the same request-level document boundary

Merged via PR #405; promoted to staging via PR #406.

v1.2.4

Choose a tag to compare

@EricNGOntos EricNGOntos released this 10 Sep 10:45
bf94dbe

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

Merged via PR #403; promoted to staging via PR #404.