https://github.com/M7mdisk/obsidian-gpt
Ask GPT from your notes and get personalized answers based on your knowledge base.
https://github.com/M7mdisk/obsidian-gpt
obsidian-md obsidian-plugin typescript
Last synced: 3 months ago
JSON representation
Ask GPT from your notes and get personalized answers based on your knowledge base.
- Host: GitHub
- URL: https://github.com/M7mdisk/obsidian-gpt
- Owner: M7mdisk
- License: mit
- Created: 2023-03-10T08:04:36.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-21T17:11:50.000Z (over 2 years ago)
- Last Synced: 2024-11-25T20:39:28.243Z (11 months ago)
- Topics: obsidian-md, obsidian-plugin, typescript
- Language: TypeScript
- Homepage:
- Size: 58.6 KB
- Stars: 42
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-obsidian-ai-tools - https://github.com/M7mdisk/obsidian-gpt
- awesome-obsidian-ai-tools - https://github.com/M7mdisk/obsidian-gpt
- jimsghstars - M7mdisk/obsidian-gpt - Ask GPT from your notes and get personalized answers based on your knowledge base. (TypeScript)
README
# Obsidian-GPT Assistant
Train a GPT-3 based model on your notes and get personalized answers based on your knowledge base.
## Usage:
1. After installing the plugin, paste your OpenAI API key in the plugin settings. you can find it at https://platform.openai.com/account/api-keys.
2. Load your data into the assistant, this will create the necessary [Embeddings](https://platform.openai.com/docs/guides/embeddings/). These are needed for searching your notes.
> Please be careful as this can will send all your markdown files to OpenAI for scanning.
3. Start using the assistant using the `Ask Assistant` command!