Skip to content

Commit 8e95c73

Browse files
authored
Merge pull request #83 from Ontos-AI/changeset-release/main
Release package
2 parents 256527c + c98ca05 commit 8e95c73

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

.changeset/sync-worker-contract-and-agentic-api.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- [#82](https://github.com/Ontos-AI/knowhere-node-sdk/pull/82) [`c454a57`](https://github.com/Ontos-AI/knowhere-node-sdk/commit/c454a57e50a15e6b48de8d7ad4d4dc10909d7cdc) Thanks [@suguanYang](https://github.com/suguanYang)! - Sync SDK with current worker ZIP contract and agentic retrieval API:
8+
- Add `DocNav` types for `doc_nav.json` with section tree and resource summaries
9+
- Expose `HIERARCHY` field on manifest from current worker output
10+
- Add `documentTopSummary` to all chunk types
11+
- Mark legacy fields (`tableType`, `chunksSlim`, `hierarchy`) as deprecated
12+
- Add `useAgentic` parameter to retrieval query
13+
- Add `answerText` and `referencedChunks` to retrieval response
14+
315
## 0.4.0
416

517
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ontos-ai/knowhere-sdk",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Official Node.js SDK for Knowhere document parsing API",
55
"keywords": [
66
"knowhere",

0 commit comments

Comments
 (0)