Skip to content

v0.60.0

Choose a tag to compare

@visorcraft visorcraft released this 18 Jul 06:09
v0.60.0
8af5653

Kit train aligned with MongrelDB 0.60.0.

Highlights

  • Pin engine deps (mongreldb-core / mongreldb-query / npm peer / server downloads) to 0.60.0
  • Pluggable dense embedding layer:
    • Column catalog EmbeddingSource (supplied_by_application, local_model, generated_column)
    • Process-local provider registry on embedded Database
    • Explicit embed_texts helper (no silent auto-fill on insert)
    • LocalModel plumbing with TypeScript/Python schema parity for source metadata

Packages

Tag CI publishes @visorcraft/mongreldb-kit, mongreldb-kit-core, and mongreldb-kit to npm / crates.io.

Non-goals (by design)

  • Silent embedding fill on ordinary insert/update
  • Remote clients registering providers on mongreldb-server
  • Hard-coded cloud embedding vendors or hashed pseudo-embeddings