Skip to content
Merged
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
6 changes: 0 additions & 6 deletions .changeset/page-citation-assets-metadata.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/parsed-storage-redesign.md

This file was deleted.

13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.0.0",
"version": "2.1.1",
"description": "Official Node.js SDK for Knowhere document parsing API",
"keywords": [
"knowhere",
Expand Down
16 changes: 16 additions & 0 deletions packages/mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.0",
"version": "2.1.1",
"description": "MCP wrapper for the Knowhere Node.js SDK local knowledge tools",
"keywords": [
"knowhere",
Expand Down
Loading