Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.6.0"
".": "2.0.0"
}
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [2.0.0](https://github.com/Ontos-AI/knowhere-python-sdk/compare/v0.6.0...v2.0.0) (2026-07-15)


### Features

* add llm_config.models per-channel model map ([756a737](https://github.com/Ontos-AI/knowhere-python-sdk/commit/756a7375ad85169a5e9fa16539419682529b7c61))
* add llm_config.provider multimodal shorthand ([49b67cb](https://github.com/Ontos-AI/knowhere-python-sdk/commit/49b67cbaec7e4f32f10433ded34c2cd7c8c311e1))
* support llm_config BYOK on jobs and retrieval ([51adb5a](https://github.com/Ontos-AI/knowhere-python-sdk/commit/51adb5a7802832d727a42a60ce344b17907ccaba))
* support llm_config BYOK on jobs and retrieval ([fba428f](https://github.com/Ontos-AI/knowhere-python-sdk/commit/fba428fc78c7b0f2c0b39dbd1b9acf47b0fa810f))


### Bug Fixes

* keep python release on release-please path ([a5da15c](https://github.com/Ontos-AI/knowhere-python-sdk/commit/a5da15c4d2402ea1f8c74222e9c84b7e56542d27))


### Documentation

* clarify llm_config partial per-channel override ([cbef45d](https://github.com/Ontos-AI/knowhere-python-sdk/commit/cbef45d44cf4cdb23b493f90012e18d8dc7aff36))


### Refactors

* flatten llm_config to OpenAI-style root fields ([2c65f2f](https://github.com/Ontos-AI/knowhere-python-sdk/commit/2c65f2f125ce8284f7707cba1f36d84ed76c3a17))

## [0.6.0](https://github.com/Ontos-AI/knowhere-python-sdk/compare/v0.5.1...v0.6.0) (2026-06-30)


Expand Down