This is a beta version of an Obsidian plug-in to automatically create connections between your markdown notes via an LLM.
You can input an OpenAI API key and choose a GPT model and it will auto-generate connections between your notes.
Note that we are constrained by the token limit of your chosen model.
You have the ability to generate tags and then delete all generated tags if desired.
Requirement
Installation
- Open terminal
cd path/to/your/obsidian/vault/.obsidian/plugins
git clone <this plugin>
npm install
npm run dev
- In Obsidian, press
Ctrl + P
and selectReload app without saving
- In Obsidian, go to settings -> Community plugins -> Enable "AutoGraphed"
- In AutoGraphed settings, input an API key and select a model.
- On your Obsidian platform, in the left toolbar, click on the "cloud" icon to generate connections.
- Click on the icon below it to remove generated connections.
Commands
npm i
(Install dependencies)npm run dev
(Install dependencies)