Skip to content

Releases: Ontos-AI/knowhere-python-sdk

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 30 Jun 08:22
09f7338

0.6.0 (2026-06-30)

Features

  • support document list pagination (f84c29a)
  • support document list pagination (f26574e)

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 14 Jun 10:42
2157206

0.5.1 (2026-06-02)

Bug Fixes

  • sync retrieval response sdk contract (7827ea6)
  • sync retrieval response SDK contract (d439490)
  • types: make RetrievalResult.score Optional[float] to match API null return (#27) (06cf60f)

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 17 May 08:22
3fd5cef

0.5.0 (2026-05-15)

Features

  • sync SDK with current worker ZIP contract and agentic retrieval API (ad8db2e)

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 27 Apr 09:27
7eecbbc

0.4.0 (2026-04-27)

Features

  • add document chunks resource methods (73094d4)

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 23 Apr 15:24
87c249d

0.3.2 (2026-04-23)

Chores

  • harden python sdk OSS surface (e7d9779)
  • harden Python SDK OSS surface (a9396cd)

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 22 Apr 17:07
67fc666

0.3.1 (2026-04-22)

Documentation

  • clarify ParseResult document scope (861084e)
  • clarify ParseResult document scope (bb14ad4)

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 21 Apr 16:04
8fffca4

0.3.0 (2026-04-21)

Features

  • add retrieval service sdk clients (bceef5c)
  • integrate retrieval service v1 in Python SDK (bce7aa8)

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 09 Apr 11:12
925e0ad

0.2.1 (2026-04-09)

Bug Fixes

  • narrow status error constructors (c8fc035)
  • remove stale mypy ignore (150336a)
  • sync optimized parse result payload (a7903ad)
  • sync parse result payload with current API schema (430b067)

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 18 Mar 10:42
837ac96

0.2.0 (2026-03-18)

Features

  • ehance retry logic and exceptions handling (a7d078f)
  • implement retry logic for file uploads and introduce ValidationError for client input validation. (1fddae6)

Bug Fixes

  • accept token lists in parse results (192dac9)
  • accept token lists in parse results (4dc1407)

Chores

Documentation

Refactors

  • require list tokens in parse results (663491c)

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 11 Feb 07:50
239a68c

0.1.0 (2026-02-11)

Features