diff --git a/.changeset/page-citation-assets-metadata.md b/.changeset/page-citation-assets-metadata.md deleted file mode 100644 index d088ce6..0000000 --- a/.changeset/page-citation-assets-metadata.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@ontos-ai/knowhere-sdk": major -"@ontos-ai/knowhere-mcp": major ---- - -Preserve page citation asset descriptors only in chunk metadata, remove the deprecated SDK-side page citation asset generation options, and split local-cache/server-safe result handling into explicit `knowledge.parseToLocalCache(...)`, `knowledge.importJobResult(...)`, and `knowledge.loadJobResult(...)` methods. diff --git a/.changeset/parsed-storage-redesign.md b/.changeset/parsed-storage-redesign.md deleted file mode 100644 index 348b686..0000000 --- a/.changeset/parsed-storage-redesign.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@ontos-ai/knowhere-sdk": minor -"@ontos-ai/knowhere-mcp": minor ---- - -Move parsed document reads to a storage-first SDK model with remote chunk fallback. - -Adds parsed snapshot storage types, `knowledge.withParsedStorage(...)`, -`knowledge.syncParsedDocument(...)`, paged `readChunks(...)` display params, -durable asset URL hardening, bounded remote grep/outline fallback, and explicit -disk parsed storage for MCP cache-directory usage. diff --git a/CHANGELOG.md b/CHANGELOG.md index 8525d06..59b50fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 2.1.1 + +### Patch Changes + +- [#111](https://github.com/Ontos-AI/knowhere-node-sdk/pull/111) [`5577c2d`](https://github.com/Ontos-AI/knowhere-node-sdk/commit/5577c2de974a5425e048e36da0a2ca5885743c75) Thanks [@suguanYang](https://github.com/suguanYang)! - Preserve page citation asset descriptors only in chunk metadata, remove the deprecated SDK-side page citation asset generation options, and split local-cache/server-safe result handling into explicit `knowledge.parseToLocalCache(...)`, `knowledge.importJobResult(...)`, and `knowledge.loadJobResult(...)` methods. + +- [#111](https://github.com/Ontos-AI/knowhere-node-sdk/pull/111) [`2d006ae`](https://github.com/Ontos-AI/knowhere-node-sdk/commit/2d006ae8e21db6e1a27e88c91f1a250da7e1f541) Thanks [@suguanYang](https://github.com/suguanYang)! - Move parsed document reads to a storage-first SDK model with remote chunk fallback. + + Adds parsed snapshot storage types, `knowledge.withParsedStorage(...)`, + `knowledge.syncParsedDocument(...)`, paged `readChunks(...)` display params, + durable asset URL hardening, bounded remote grep/outline fallback, and explicit + disk parsed storage for MCP cache-directory usage. + ## 2.0.0 ### Major Changes diff --git a/package.json b/package.json index 9492eac..4c230c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ontos-ai/knowhere-sdk", - "version": "2.0.0", + "version": "2.1.1", "description": "Official Node.js SDK for Knowhere document parsing API", "keywords": [ "knowhere", diff --git a/packages/mcp/CHANGELOG.md b/packages/mcp/CHANGELOG.md index d81cb63..f4fc231 100644 --- a/packages/mcp/CHANGELOG.md +++ b/packages/mcp/CHANGELOG.md @@ -1,5 +1,21 @@ # @ontos-ai/knowhere-mcp +## 2.1.1 + +### Patch Changes + +- [#111](https://github.com/Ontos-AI/knowhere-node-sdk/pull/111) [`5577c2d`](https://github.com/Ontos-AI/knowhere-node-sdk/commit/5577c2de974a5425e048e36da0a2ca5885743c75) Thanks [@suguanYang](https://github.com/suguanYang)! - Preserve page citation asset descriptors only in chunk metadata, remove the deprecated SDK-side page citation asset generation options, and split local-cache/server-safe result handling into explicit `knowledge.parseToLocalCache(...)`, `knowledge.importJobResult(...)`, and `knowledge.loadJobResult(...)` methods. + +- [#111](https://github.com/Ontos-AI/knowhere-node-sdk/pull/111) [`2d006ae`](https://github.com/Ontos-AI/knowhere-node-sdk/commit/2d006ae8e21db6e1a27e88c91f1a250da7e1f541) Thanks [@suguanYang](https://github.com/suguanYang)! - Move parsed document reads to a storage-first SDK model with remote chunk fallback. + + Adds parsed snapshot storage types, `knowledge.withParsedStorage(...)`, + `knowledge.syncParsedDocument(...)`, paged `readChunks(...)` display params, + durable asset URL hardening, bounded remote grep/outline fallback, and explicit + disk parsed storage for MCP cache-directory usage. + +- Updated dependencies [[`5577c2d`](https://github.com/Ontos-AI/knowhere-node-sdk/commit/5577c2de974a5425e048e36da0a2ca5885743c75), [`2d006ae`](https://github.com/Ontos-AI/knowhere-node-sdk/commit/2d006ae8e21db6e1a27e88c91f1a250da7e1f541)]: + - @ontos-ai/knowhere-sdk@2.1.1 + ## 2.1.0 ### Minor Changes diff --git a/packages/mcp/package.json b/packages/mcp/package.json index 5dd88ef..77e53fc 100644 --- a/packages/mcp/package.json +++ b/packages/mcp/package.json @@ -1,6 +1,6 @@ { "name": "@ontos-ai/knowhere-mcp", - "version": "2.1.0", + "version": "2.1.1", "description": "MCP wrapper for the Knowhere Node.js SDK local knowledge tools", "keywords": [ "knowhere",