Has anyone automated inter-note linking across their entire vault using GPT or other LLMs?

안녕하세요 여러분,

AI(예: OpenAI API를 통한 GPT-3.5/4)를 사용하여 Obsidian Vault의 관련 노트 간에 위키 링크를 자동으로 생성하는 워크플로를 개발 중입니다 . Claude는 사용하지 않지만 다른 LLM도 괜찮습니다.

제가 이루고자 하는 목표는 다음과 같습니다.

  • 현재 노트의 내용을 분석합니다
  • 보관소에 있는 모든 노트의 내용(제목만이 아니라) 과 비교해보세요.
  • [[wikilinks]] 관련 콘텐츠가 있는 노트를 자동으로 제안하거나 삽입합니다.
  • 이상적으로는 이것을 템플릿 또는 일괄 처리 프로세스로 실행하십시오.

Text Generator 플러그인을 사용해 봤는데 , Templater + 커스텀 스크립트, 외부 도구 등 효과가 있는 솔루션이라면 무엇이든 환영합니다. 현재 구상 중인 내용은 다음과 같습니다.

  • 최신 노트 제목 또는 요약 목록 유지
  • 이를 GPT에 컨텍스트로 입력
  • 스크립트나 플러그인을 사용하여 추천 링크를 현재 노트에 삽입합니다.

비슷한 것을 구현했거나 제안할 사항이 있으면 알려 주시기 바랍니다.

  • 어떤 도구/플러그인/스크립트 조합을 사용하셨나요?
  • 문맥 제한을 어떻게 처리했나요?
  • 성능, 비용(예: GPT-3.5 대 GPT-4) 또는 자동화에 대한 팁이 있나요?

미리 도움을 주셔서 감사드립니다!

Hi! :waving_hand:

As this is an English speaking forum, please post in English or with an English translation. Thanks!

here is a translation:

i’m working on a workflow that automatically creates wiki links between related notes in an Obsidian Vault using AI (like OpenAI’s GPT-3.5/4 via API). i’m not using Claude, but i’m open to other LLMs too.

here’s what i’m trying to do:

  • analyze the content of the current note
  • compare it against the full content of all other notes in the vault (not just titles)
  • automatically suggest or insert [[wikilinks]] to relevant notes
  • ideally, this should run as a template or batch process

i’ve tried the Text Generator plugin, but i’m open to any setup that works—whether it’s Templater with custom scripts, external tools, whatever.

my rough plan so far:

  • keep a list of recent note titles or summaries
  • feed that list to GPT as context
  • use a script or plugin to insert recommended links into the current note

if you’ve built something similar or have ideas, i’d love to hear them:

  • what tools/plugins/scripts did you use?
  • how did you handle context limits (i.e., GPT token constraints)?
  • got any tips on performance, cost (like GPT-3.5 vs GPT-4), or automation?

thanks in advance!