Skip to content

v0.1.0

Latest

Choose a tag to compare

@mneirynck mneirynck released this 09 Feb 22:57
· 2 commits to main since this release

Initial release of the Context Engine core library.

What's included

  • Document ingestion and content-hash versioning
  • Cache building with deterministic manifest, index, and document storage
  • Term-frequency scoring with frozen float format (serde_json minimal f32)
  • Token-budgeted selection with deterministic tie-breaking (score DESC, id ASC)
  • Zero-score document inclusion when budget allows
  • Cache inspection and validation

Install

cargo add context-core

Links