Skip to content

scope-recall v1.0.11

Choose a tag to compare

@410979729 410979729 released this 11 Jun 11:23
· 23 commits to main since this release
98c35e7

[1.0.11] - 2026-06-11

Added

  • Added a MiniMaxEmbedder (provider: minimax) and a build_embedder route for the MiniMax embo-01 embedding endpoint. The endpoint is non-OpenAI-compatible (texts plural, type: "db" | "query", vectors reply), so the embedder talks to it directly via urllib.
  • Added MiniMax document/query request-type separation: vector indexing/upserts use db, while vector search uses query through the embedder query path.
  • Added optional MiniMax GroupId support for accounts that still require it, with group_id / group_id_env configuration.

Changed

  • Bumped package, plugin, release-check metadata, README, and stability docs to 1.0.11.