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
5 changes: 0 additions & 5 deletions .changeset/byok-llm-config.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/oss-telemetry-client-metadata.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/remove-sync-mcp-parse-tools.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 2.2.0

### Minor Changes

- [#123](https://github.com/Ontos-AI/knowhere-node-sdk/pull/123) [`ff5a803`](https://github.com/Ontos-AI/knowhere-node-sdk/commit/ff5a80352b53b3286f4bd4f068a8a4a826179292) Thanks [@suguanYang](https://github.com/suguanYang)! - Add optional BYOK `llmConfig` on job create, parse, and retrieval query so callers can supply per-request text/vision provider credentials.

### Patch Changes

- [#122](https://github.com/Ontos-AI/knowhere-node-sdk/pull/122) [`5d9d54d`](https://github.com/Ontos-AI/knowhere-node-sdk/commit/5d9d54d119c21fae51640df0754a51874655b648) Thanks [@suguanYang](https://github.com/suguanYang)! - Auto-attach official `created_by_client` / `client_version` document metadata on job creates so OSS telemetry can attribute client mix. Caller-provided metadata still wins.

## 2.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ontos-ai/knowhere-sdk",
"version": "2.1.3",
"version": "2.2.0",
"description": "Official Node.js SDK for Knowhere document parsing API",
"keywords": [
"knowhere",
Expand Down
13 changes: 13 additions & 0 deletions packages/mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @ontos-ai/knowhere-mcp

## 3.0.0

### Major Changes

- [#120](https://github.com/Ontos-AI/knowhere-node-sdk/pull/120) [`eb7d931`](https://github.com/Ontos-AI/knowhere-node-sdk/commit/eb7d9319a35796d4dd96f71f013dea59b4208a97) Thanks [@suguanYang](https://github.com/suguanYang)! - Remove the blocking `knowhere_parse_url` and `knowhere_parse_file` tools from the MCP server. Agents should use the async parse tools and poll `knowhere_async_get_job_status` before reading parsed results.

### Patch Changes

- [#122](https://github.com/Ontos-AI/knowhere-node-sdk/pull/122) [`5d9d54d`](https://github.com/Ontos-AI/knowhere-node-sdk/commit/5d9d54d119c21fae51640df0754a51874655b648) Thanks [@suguanYang](https://github.com/suguanYang)! - Auto-attach official `created_by_client` / `client_version` document metadata on job creates so OSS telemetry can attribute client mix. Caller-provided metadata still wins.

- Updated dependencies [[`ff5a803`](https://github.com/Ontos-AI/knowhere-node-sdk/commit/ff5a80352b53b3286f4bd4f068a8a4a826179292), [`5d9d54d`](https://github.com/Ontos-AI/knowhere-node-sdk/commit/5d9d54d119c21fae51640df0754a51874655b648)]:
- @ontos-ai/knowhere-sdk@2.2.0

## 2.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ontos-ai/knowhere-mcp",
"version": "2.1.4",
"version": "3.0.0",
"description": "MCP wrapper for the Knowhere Node.js SDK local knowledge tools",
"keywords": [
"knowhere",
Expand Down