Skip to content

Commit 767c69d

Browse files
authored
doc: fold embed-llamacpp TurboVec notes into 0.35.0 (#4003)
1 parent 3ba4d35 commit 767c69d

2 files changed

Lines changed: 12 additions & 16 deletions

File tree

packages/embed-llamacpp/CHANGELOG.md

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
# Changelog
22

3-
## [0.36.0] - 2026-08-21
3+
## [0.35.0] - 2026-08-21
44

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

10+
### Changed
11+
12+
- `qvac-fabric` dependency bumped `10069.1.1` -> `10069.2.0` (TurboVec CPU
13+
support from the fabric runtime; no API change for this package).
14+
- Fabric vector-index support is enabled for embed builds, with lifecycle and
15+
filter invalidation behavior aligned to the current TurboVec CPU contract.
16+
917
### Added
1018

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

19-
### Changed
20-
21-
- Fabric vector-index support is enabled for embed builds, with lifecycle and
22-
filter invalidation behavior aligned to the current TurboVec CPU contract.
23-
2427
### Pull Requests
2528

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

29-
## [0.35.0] - 2026-08-20
30-
31-
### Changed
32-
33-
- `qvac-fabric` dependency bumped `10069.1.1` -> `10069.2.0` (TurboVec CPU
34-
support from the fabric runtime; no API change for this package).
35-
3632
## [0.34.0] - 2026-08-18
3733

3834
### Changed

packages/embed-llamacpp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qvac/embed-llamacpp",
3-
"version": "0.36.0",
3+
"version": "0.35.0",
44
"description": "bert addon for qvac",
55
"addon": true,
66
"engines": {

0 commit comments

Comments
 (0)