Use case or problem
large vault, need for automatic structuring
Proposed solution
Pre-fill Internal Links with similar notes
“Copilot for personal knowledge management” → AI help you structure your vault 100% locally with a human-in-the-loop UX (especially because some people still want to structure themselves for the educational exercise)
there are many “ai” plugins that create embeddings of the vault to show similar notes (i created ava)
problem is that:
- obsidian philosophy is to keep everything local - so f*** openai
- people dont want to run a python api on the side
solution:
run ai models in javascript GitHub - xenova/transformers.js: State-of-the-art Machine Learning for the web. Run 🤗 Transformers directly in your browser, with no need for a server!
sentence embeddings works well in js with this lib
since Obsidian 1.4.0 the “internal links” / related notes is tightly integrated in the core of obsidian and it could automatically be filled by similar notes using similarity search