Skip to content

This plugin lets the user Q&A with their own notes, powered by OpenAI.

License

Notifications You must be signed in to change notification settings

dangchinh25/obsidian-gpt

Repository files navigation

Obsidian GPT

This plugin lets the user Q&A with their own notes, powered by OpenAI.

Features

  • User can ask question about their own notes in Vaults in the plugin's side panel. The plugin will find the paragraph with the closet meaning and answer your question with your own notes as context for the answer.
  • The plugin will also link the user to that particular note location.
  • NOTE: The current 0.1. version only exposes a simple sidebar with functionality similar to ChatGPT, it does not support reading through notes yet.

Installation

Install the plugin via the Community Plugins tab within Obsidian

Getting started

Obtaining your OpenAI API Key

  • Refer to this guide to create OpenAI account and get your OpenAI API Key.
  • Put your OpenAI API Key in the setting tab of the plugin.

Choosing OpenAI Model

  • Refer to this docs to choose the appropriate model for your use case.
  • Put your chosen model in the setting tab of the plugin.

Issues

  • Please submit your issues here.
  • All issues will be carefully reviewed and worked on in a timely manner.