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
16 changes: 0 additions & 16 deletions .changeset/tasty-spiders-kiss.md

This file was deleted.

12 changes: 12 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# rushdb-docs

## 2.10.0

### Minor Changes

- d393b28: Separate Smart Search from vector search across SDKs, MCP, dashboard, and docs.

- Add `db.records.vectorSearch({...})` as the JavaScript SDK API for direct vector similarity search.
- Keep `db.ai.search(prompt)` for schema-aware Smart Search that generates and executes a `SearchQuery`.
- Add MCP `vectorSearch` and keep `semanticSearch` as a deprecated compatibility alias.
- Update dashboard semantic retrieval to use the new records vector-search surface.
- Refresh docs and examples, including a Smart Search guide with flow, caveats, and limitations.

## 2.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rushdb-docs",
"version": "2.9.1",
"version": "2.10.0",
"private": true,
"license": "Apache-2.0",
"scripts": {
Expand Down
12 changes: 12 additions & 0 deletions packages/javascript-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @rushdb/javascript-sdk

## 2.10.0

### Minor Changes

- d393b28: Separate Smart Search from vector search across SDKs, MCP, dashboard, and docs.

- Add `db.records.vectorSearch({...})` as the JavaScript SDK API for direct vector similarity search.
- Keep `db.ai.search(prompt)` for schema-aware Smart Search that generates and executes a `SearchQuery`.
- Add MCP `vectorSearch` and keep `semanticSearch` as a deprecated compatibility alias.
- Update dashboard semantic retrieval to use the new records vector-search surface.
- Refresh docs and examples, including a Smart Search guide with flow, caveats, and limitations.

## 2.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/javascript-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"rush-db"
],
"license": "Apache-2.0",
"version": "2.9.1",
"version": "2.10.0",
"type": "module",
"files": [
"dist"
Expand Down
17 changes: 17 additions & 0 deletions packages/mcp-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @rushdb/mcp-server

## 2.10.0

### Minor Changes

- d393b28: Separate Smart Search from vector search across SDKs, MCP, dashboard, and docs.

- Add `db.records.vectorSearch({...})` as the JavaScript SDK API for direct vector similarity search.
- Keep `db.ai.search(prompt)` for schema-aware Smart Search that generates and executes a `SearchQuery`.
- Add MCP `vectorSearch` and keep `semanticSearch` as a deprecated compatibility alias.
- Update dashboard semantic retrieval to use the new records vector-search surface.
- Refresh docs and examples, including a Smart Search guide with flow, caveats, and limitations.

### Patch Changes

- Updated dependencies [d393b28]
- @rushdb/javascript-sdk@2.10.0

## 2.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"tools"
],
"license": "Apache-2.0",
"version": "2.9.1",
"version": "2.10.0",
"type": "module",
"main": "./build/index.js",
"bin": {
Expand Down
12 changes: 12 additions & 0 deletions packages/skills/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @rushdb/skills

## 2.10.0

### Minor Changes

- d393b28: Separate Smart Search from vector search across SDKs, MCP, dashboard, and docs.

- Add `db.records.vectorSearch({...})` as the JavaScript SDK API for direct vector similarity search.
- Keep `db.ai.search(prompt)` for schema-aware Smart Search that generates and executes a `SearchQuery`.
- Add MCP `vectorSearch` and keep `semanticSearch` as a deprecated compatibility alias.
- Update dashboard semantic retrieval to use the new records vector-search surface.
- Refresh docs and examples, including a Smart Search guide with flow, caveats, and limitations.

## 2.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/skills/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"cursor"
],
"license": "Apache-2.0",
"version": "2.9.1",
"version": "2.10.0",
"files": [
"rushdb-query-builder",
"rushdb-agent-memory",
Expand Down
12 changes: 12 additions & 0 deletions platform/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# rushdb-core

## 2.10.0

### Minor Changes

- d393b28: Separate Smart Search from vector search across SDKs, MCP, dashboard, and docs.

- Add `db.records.vectorSearch({...})` as the JavaScript SDK API for direct vector similarity search.
- Keep `db.ai.search(prompt)` for schema-aware Smart Search that generates and executes a `SearchQuery`.
- Add MCP `vectorSearch` and keep `semanticSearch` as a deprecated compatibility alias.
- Update dashboard semantic retrieval to use the new records vector-search surface.
- Refresh docs and examples, including a Smart Search guide with flow, caveats, and limitations.

## 2.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion platform/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rushdb-core",
"version": "2.9.1",
"version": "2.10.0",
"description": "RushDB Core",
"private": true,
"license": "Elastic License 2.0",
Expand Down
17 changes: 17 additions & 0 deletions platform/dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# rushdb-dashboard

## 2.10.0

### Minor Changes

- d393b28: Separate Smart Search from vector search across SDKs, MCP, dashboard, and docs.

- Add `db.records.vectorSearch({...})` as the JavaScript SDK API for direct vector similarity search.
- Keep `db.ai.search(prompt)` for schema-aware Smart Search that generates and executes a `SearchQuery`.
- Add MCP `vectorSearch` and keep `semanticSearch` as a deprecated compatibility alias.
- Update dashboard semantic retrieval to use the new records vector-search surface.
- Refresh docs and examples, including a Smart Search guide with flow, caveats, and limitations.

### Patch Changes

- Updated dependencies [d393b28]
- @rushdb/javascript-sdk@2.10.0

## 2.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion platform/dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rushdb-dashboard",
"version": "2.9.1",
"version": "2.10.0",
"description": "RushDB Dashboard",
"type": "module",
"private": true,
Expand Down
Loading