Inspiration

I use org-roam to write random notes and tidbits about school and work. I often forget to backlink related notes because the notes are spread over a long time. I needed something to suggest me what all can be related without me having to go through every single note.

What it does

roam-gpt is a python package that gives user suggested notes that can be linked together. In the current first version, it is a simple Python CLI tool that is built upon Berri.ai APIs to interact with OpenAI's GPT language models (Currently GPT-3.5 turbo) to find notes that would be related. These suggestions can then be stored in a JSON file which can be used by the user to vet and then link the nodes.

How we built it

All of it is built using Python.

What's next for roam-gpt

Make it quicker, use better chunking to get better similarity results and support multi linking.

Built With

Share this project:

Updates