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
5 changes: 0 additions & 5 deletions .changeset/fast-storage-readers.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-pages-reflect.md

This file was deleted.

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

## 2.1.3

### Patch Changes

- [#113](https://github.com/Ontos-AI/knowhere-node-sdk/pull/113) [`cebe98a`](https://github.com/Ontos-AI/knowhere-node-sdk/commit/cebe98ad6dd997b481e0a4536c3fb26ef4594cfb) Thanks [@suguanYang](https://github.com/suguanYang)! - Read committed parsed-storage result objects concurrently after validating the commit marker.

## 2.1.2

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

## 2.1.3

### Patch Changes

- [#113](https://github.com/Ontos-AI/knowhere-node-sdk/pull/113) [`e2bc39a`](https://github.com/Ontos-AI/knowhere-node-sdk/commit/e2bc39a8ad97547590ffc843986bb4e3fba6d035) Thanks [@suguanYang](https://github.com/suguanYang)! - Improve MCP read guidance for page assets and default durable asset URLs for display reads.

- Updated dependencies [[`cebe98a`](https://github.com/Ontos-AI/knowhere-node-sdk/commit/cebe98ad6dd997b481e0a4536c3fb26ef4594cfb)]:
- @ontos-ai/knowhere-sdk@2.1.3

## 2.1.2

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