Expand description
Persistent, incremental embedding index.
Stores pre-computed chunk embeddings alongside file content hashes. On re-index, only files whose hash has changed get re-embedded, avoiding expensive model inference for unchanged code.
Storage format: ~/.lean-ctx/vectors/<project_hash>/embeddings.bin (postcard)
Structs§
Enums§
- Embedding
Build Outcome - Outcome of a
build_or_updatecall from the index orchestrator.
Functions§
- build_
or_ update - Build or update the persistent embedding index for a project.