Skip to content

Add embedding pipeline and rebuildable secondary indexes #70

@voidrot

Description

@voidrot

Summary

Add the pipeline that derives embeddings and secondary search indexes from the live markdown corpus.

Why this work is needed

Hybrid retrieval requires derived indexes, but those indexes must remain reconstructable from markdown and frontmatter rather than becoming a new source of truth.

Scope

  • Derive embeddings from live markdown.
  • Build and rebuild secondary indexes from the live corpus.
  • Define incremental and full rebuild behavior.
  • Add fallback expectations when indexes are unavailable.

Out of scope

  • Replacing markdown storage.
  • UI for search management.
  • Final MCP integration work.

Acceptance criteria

  • Embeddings and indexes can be rebuilt from live markdown.
  • Index build behavior is documented and testable.
  • Fallback behavior to the deterministic retrieval baseline is explicit.

Dependencies

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions