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/retrieval-include-document-ids.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.3.0

### Minor Changes

- [#126](https://github.com/Ontos-AI/knowhere-node-sdk/pull/126) [`2a58e9e`](https://github.com/Ontos-AI/knowhere-node-sdk/commit/2a58e9eab41671603f0ebe5788ef977dd4e91772) Thanks [@EricNGOntos](https://github.com/EricNGOntos)! - Add `includeDocumentIds` to retrieval queries so callers can restrict one request to an explicit document set. Empty arrays are preserved on the wire; omitted means unrestricted; exclusions still win.

## 2.2.0

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

## 3.0.1

### Patch Changes

- Updated dependencies [[`2a58e9e`](https://github.com/Ontos-AI/knowhere-node-sdk/commit/2a58e9eab41671603f0ebe5788ef977dd4e91772)]:
- @ontos-ai/knowhere-sdk@2.3.0

## 3.0.0

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