Skip to content

v0.32.0

Choose a tag to compare

@github-actions github-actions released this 21 May 21:11
3bb6e6c

Added

  • Embeddings can now use Ollama, OpenAI-compatible endpoints, native OpenAI, or Gemini through environment configuration while keeping API keys out of vault files and git.

Changed

  • Embedding records now store non-secret compatibility metadata and skip incompatible vector spaces until local embeddings are rebuilt by calling the sync MCP tool with force: true.
  • Embedding failures during sync and backfill now surface the actual error reason (e.g. quota exceeded, network error) in both text output and structured content instead of only the note ID.