Skip to content

Official Smart Plugins site

Smart Plugins are independent third-party plugins for Obsidian. Smart Connections is the flagship plugin.

WHY local embeddings

Embeddings are how semantic search works.
Local embeddings are how semantic search stays private.

The simple data flow

  1. Your notes stay on your device.
  2. An embedding model runs locally to create vectors.
  3. Those vectors are stored locally as an index.
  4. Searches compare your query vector to your index.
  5. Results are returned without uploading your vault.

No copy of your notes needs to leave your machine for the core workflow to work.

Why this changes behavior

When people trust the boundary, they capture more.
When they capture more, retrieval gets better.
Better retrieval makes AI workflows more accurate.

That is compounding.

The honest trade

Local embeddings can cost:

But the benefits are structural:

Next step

Turn on local embeddings for one project folder.
Run three semantic queries and compare to keyword search.