Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 23 Jan 11:30
· 150 commits to main since this release

1.1.0 (2026-01-23)

Features

  • add protocol for indexable functions (a405782)
  • loaders: add support for sqlalchemy (00c7ae8)
  • loaders: add support for sqlite (52c208a)
  • retrieval/bm25: use frozendict for indexing (fc05df4)
  • sim/embed: add pydantic ai embedder (fa6d4e4)
  • sim: handle none values in attribute value cases (f780ba1)
  • system: allow lazy loading of casebase (707baa6)

Bug Fixes

  • add marker for internal functions (0cd830d)
  • embed/concat: transpose vectors correctly (7388215)
  • retrieval/rerank: optimize checks for identical casebases (1015450)
  • sim/embed: add dimensions setting to sentence transformers (193f78c)
  • sim/embed: update model name of sentence transformer (9a62665)