Crate context_harness_core

Crate context_harness_core 

Source
Expand description

§Context Harness Core

Shared, WASM-safe logic for Context Harness: data models, chunking, store abstraction, search algorithm, and embedding trait.

This crate contains no tokio, sqlx, filesystem I/O, or other native-only dependencies. It compiles to both native targets and wasm32-unknown-unknown.

Modules§

chunk
Paragraph-boundary text chunker.
embedding
Embedding provider trait and vector utilities.
models
Core data models used throughout Context Harness.
search
Search engine with keyword, semantic, and hybrid retrieval modes.
store
Storage abstraction for Context Harness.