You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.