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
26 changes: 11 additions & 15 deletions packages/embed-llamacpp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
# Changelog

## [0.36.0] - 2026-08-21
## [0.35.0] - 2026-08-21

This release adds CPU vector indexing to `@qvac/embed-llamacpp` through the new
`IdMapIndex` API. It gives consumers a native path for local vector search with
This release first updates `@qvac/embed-llamacpp` to the `qvac-fabric` runtime
with TurboVec CPU support. It then exposes that capability through the new
`IdMapIndex` API, giving consumers a native path for local vector search with
TurboVec-backed storage modes while keeping CommonJS and ESM entrypoints aligned.

### Changed

- `qvac-fabric` dependency bumped `10069.1.1` -> `10069.2.0` (TurboVec CPU
support from the fabric runtime; no API change for this package).
- Fabric vector-index support is enabled for embed builds, with lifecycle and
filter invalidation behavior aligned to the current TurboVec CPU contract.

### Added

- `IdMapIndex` and `IdMapIndexFilter` exports for building and querying native
Expand All @@ -16,23 +24,11 @@ TurboVec-backed storage modes while keeping CommonJS and ESM entrypoints aligned
- Integration, mobile registration, type-consumer coverage, and a TurboVec CPU
benchmark covering the new vector-index surface.

### Changed

- Fabric vector-index support is enabled for embed builds, with lifecycle and
filter invalidation behavior aligned to the current TurboVec CPU contract.

### Pull Requests

- [#3786](https://github.com/tetherto/qvac/pull/3786) - QVAC-20631 feat[api]:
add TurboVec CPU vector indexing

## [0.35.0] - 2026-08-20

### Changed

- `qvac-fabric` dependency bumped `10069.1.1` -> `10069.2.0` (TurboVec CPU
support from the fabric runtime; no API change for this package).

## [0.34.0] - 2026-08-18

### Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/embed-llamacpp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qvac/embed-llamacpp",
"version": "0.36.0",
"version": "0.35.0",
"description": "bert addon for qvac",
"addon": true,
"engines": {
Expand Down
Loading