/org-ai

Primary LanguagePython

About

Utilities for bringing AI to org-mode.

org-ai-shell

Chat with your notes

Use OpenAI GPT models to have a conversation from the contents of your notes.

Installation

source .venv/bin/activate
pip install wheel setuptools pip --upgrade
pip install -r requirements.txt
playwright install

Running it

Build the index:

python ./src/index.py notes /path/to/your/org-roam/notes

Run the chat bot:

python ./src/chat.py