cerkut / qna-org-roam

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Q&A with Org roam using ChatGPT

Complete code from the blog post Q&A with Org roam using ChatGPT.

Steps:

  1. Go to config.py file and provide the correct paths for your use case and the OpenAI API Key.

  2. Run python setup.py install

  3. Run python qna-org-roam/org_roam_vectordb.py to build the knowledge base

  4. Run python qna-org-roam/server.py to serve the application under the 8800 port

  5. Add the code from elisp/qna_chat.el to your Emacs configuration

  6. Call it using M-x q-n-a-with-org-roam ag

About


Languages

Language:Python 82.7%Language:Emacs Lisp 17.3%