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
78TurboVec-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
0 commit comments