lanjak22 downloadsSyncs this vault to a self-hosted Qdrant collection instead of Obsidian Sync/CouchDB - every note is embedded for semantic search from agent tooling too.
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.
/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.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.
Search for "Qdrant Sync" in Obsidian's community plugins browser and install it from there.
Alternatively, install manually:
main.js and manifest.json from the latest release.<your vault>/.obsidian/plugins/qdrant-sync/.Open the plugin settings and fill in:
QDRANT__SERVICE__API_KEY to on the server.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.
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.
MIT