0.1.14 (2026-07-08)
This was a version bump only for narsil-ts to align it with other projects, there were no code changes.
0.1.13 (2026-07-08)
This was a version bump only for narsil-ts to align it with other projects, there were no code changes.
0.1.12 (2026-07-06)
Features
- ts: add surface_forms_enabled field to envelope and update documentation for surface forms feature (d488fd0)
- ts: improve rebalancer functionality to maintain position tracking settings during rebalances and improve deserialization safety (4a802b8)
- ts: improve surface forms feature and total term frequency calculations in inverted index and surface registry (fc6446e)
- ts: implement surface forms and prefix matching (4455c79)
Thank You
- assetcorp
0.1.11 (2026-07-06)
This was a version bump only for narsil-ts to align it with other projects, there were no code changes.
0.1.10 (2026-07-04)
Features
- improve TypeScript package with durable filesystem and worker thread integration, updating build scripts and improving worker spawning logic (f2cea39)
- add browser compatibility checks and Node.js module handling for filesystem and worker threads (8f95608)
Thank You
- assetcorp
0.1.9 (2026-07-04)
Features
- enhance dataset loading and error handling in server-app, introducing document deduplication and embedding planning (48bc2e4)
- implement named embedding adapter registration and recovery, enhancing durability and index management in server-app (ad6eb4e)
- add Ask feature to server-app example with new AI components and enhance UI interactions (4d6a8ef)
- integrate OpenAI embeddings and enhance server functionality in server-app example (6513cff)
- create a new server-app example using TanStack Start with Narsil HTTP server integration (243ee4e)
Fixes
- include document IDs in failed entries (d08654d)
- ts: add vector promotion validation and tests (bc2ef48)
Thank You
- assetcorp