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
8 changes: 0 additions & 8 deletions .changeset/parsed-storage-result-layout.md

This file was deleted.

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

## 2.1.2

### Patch Changes

- [#115](https://github.com/Ontos-AI/knowhere-node-sdk/pull/115) [`8b7ccca`](https://github.com/Ontos-AI/knowhere-node-sdk/commit/8b7cccaadef54396dcfece2c2ba260e3bf0c20ec) Thanks [@suguanYang](https://github.com/suguanYang)! - Replace the SDK parsed-document storage adapter with a result-relative object interface and store committed parsed results as expanded Knowhere result files (`manifest.json`, `chunks.json`, optional sidecars, and assets) instead of SDK-specific paged snapshots.

Remove `assetUrlPolicy` from `knowledge.readChunks` and the MCP `knowhere_read_chunks` schema. SDK remote chunk reads now always request asset URLs from Knowhere, return those remote asset URLs directly on storage misses, and only rewrite asset URLs to storage object URLs when a configured parsed storage already has the corresponding object.

## 2.1.1

### 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.1",
"version": "2.1.2",
"description": "Official Node.js SDK for Knowhere document parsing API",
"keywords": [
"knowhere",
Expand Down
11 changes: 11 additions & 0 deletions packages/mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @ontos-ai/knowhere-mcp

## 2.1.2

### Patch Changes

- [#115](https://github.com/Ontos-AI/knowhere-node-sdk/pull/115) [`8b7ccca`](https://github.com/Ontos-AI/knowhere-node-sdk/commit/8b7cccaadef54396dcfece2c2ba260e3bf0c20ec) Thanks [@suguanYang](https://github.com/suguanYang)! - Replace the SDK parsed-document storage adapter with a result-relative object interface and store committed parsed results as expanded Knowhere result files (`manifest.json`, `chunks.json`, optional sidecars, and assets) instead of SDK-specific paged snapshots.

Remove `assetUrlPolicy` from `knowledge.readChunks` and the MCP `knowhere_read_chunks` schema. SDK remote chunk reads now always request asset URLs from Knowhere, return those remote asset URLs directly on storage misses, and only rewrite asset URLs to storage object URLs when a configured parsed storage already has the corresponding object.

- Updated dependencies [[`8b7ccca`](https://github.com/Ontos-AI/knowhere-node-sdk/commit/8b7cccaadef54396dcfece2c2ba260e3bf0c20ec)]:
- @ontos-ai/knowhere-sdk@2.1.2

## 2.1.1

### 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.1",
"version": "2.1.2",
"description": "MCP wrapper for the Knowhere Node.js SDK local knowledge tools",
"keywords": [
"knowhere",
Expand Down
Loading