Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Qdrant Sync

lanjaklanjak62 downloads

Syncs this vault to a self-hosted Qdrant collection instead of Obsidian Sync/CouchDB - every note is embedded for semantic search from agent tooling too.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates4

Sync your Obsidian vault across devices using a self-hosted Qdrant instance instead of Obsidian Sync, iCloud, or a CouchDB setup. Every note also gets embedded, so the same collection doubles as a semantic search index you can query from outside Obsidian.

What you need

  • A Qdrant instance that's reachable from every device you want to sync (a VPS, a home server behind a reverse proxy/tunnel, whatever - it just needs a public URL and API key auth turned on).
  • An embedding server that speaks the llama.cpp /embedding endpoint, also reachable from every device. Point it at any embedding model you like; 768-dim models are the default assumption but you can change the collection's vector size to match whatever you run.
  • A collection created in Qdrant ahead of time, sized to your embedding model's output dimension, cosine distance.

Obsidian Sync, CouchDB, Syncthing - none of that is needed. This plugin talks to Qdrant directly over HTTP or HTTPS from inside Obsidian, so it works on desktop and mobile.

Install

Search for "Qdrant Sync" in Obsidian's community plugins browser and install it from there.

Alternatively, install manually:

  1. Download main.js and manifest.json from the latest release.
  2. Drop them into <your vault>/.obsidian/plugins/qdrant-sync/.
  3. Enable community plugins in Obsidian, then enable "Qdrant Sync".

Setup

Open the plugin settings and fill in:

  • Qdrant URL - your Qdrant instance's address.
  • Qdrant API key - whatever you set QDRANT__SERVICE__API_KEY to on the server.
  • Embedding server URL - your llama.cpp embedding server's address.
  • Collection name - defaults to obsidian_notes.

Do this on every device you want synced, pointing at the same Qdrant instance and collection. First sync on a new device, run the "Pull changes from Qdrant now" command to pull everything down.

How sync works, briefly

Last-write-wins by modification time. No conflict resolution beyond that, so if you edit the same note offline on two devices at once, whichever save lands later wins. Fine for a single person across a few devices; not built for real-time collaborative editing.

License

MIT

HealthExcellent
ReviewPassed
About
Sync your Obsidian vault across devices using a self-hosted Qdrant instance instead of cloud sync services. Embed each note into a Qdrant collection to build a semantic search index you can query from outside Obsidian, with direct HTTP(S) sync that works on desktop and mobile.
SyncingIntegrations
Details
Current version
0.1.3
Last updated
2 months ago
Created
2 months ago
Updates
4 releases
Downloads
62
Compatible with
Obsidian 1.13.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
lanjaklanjak
GitHublanjak
  1. Community
  2. Plugins
  3. Syncing
  4. Qdrant Sync

Related plugins

Self-hosted LiveSync

Sync vaults securely to self-hosted servers or WEBRTC.

Fast Note Sync

Real-time sync of your vaults across server, mobile, and web; shareable with anyone; supports REST and MCP integrations to build your personal AI knowledge base.

Google Drive Sync

Syncs a vault into Google Drive for cross-platform use (works for iOS).

Sync Engine

The extensible vault synchronization engine: Fast · Free · Reliable. Supports WebDAV, S3, and Google Drive.

Nutstore Sync

Sync your vault with Nutstore (坚果云) using WebDAV protocol.

OneDrive Sync

Sync your Obsidian vault with OneDrive Personal/Consumer

Remotely Save

Sync notes between local and cloud with smart conflict: S3, Dropbox, webdav, OneDrive, Google Drive, Box, pCloud, Yandex Disk, Koofr, Azure Blob Storage.

Nextcloud Sync

Bidirectional sync between Obsidian and Nextcloud using hash-based change detection.

Air Sync

Keep your vault in sync across devices without managing sync—sync only what changed, preserve conflicting edits, and use your own Google Drive, OneDrive, or Dropbox.

GitHub

Git Sync

Sync your vault across all devices using your own GitHub account. Free forever.