Curated RAG - LLM Chatbot based on Obsidian knowledge graphs

Hi!

I’ve been looking for a way to document my open innovation projects, and I am pretty exited about using obsidian along with this python script hooked up to OpenAI API. I’ve started documenting the project inside the vault on github, so head over there if you want more info!

https://github.com/circularmachines/CuratedRAG

GIF

PLEASE ASK ME QUESTIONS! I’m planning to do a youtube thing where I add questions (or queries to be precise) and try to make the bot respond to them :blush:

3 Likes

Hi! I’m not exactly sure what this is supposed to be accomplishing but it aims in a direction that I’d be interested in. Do you have a video demonstrating it in action?

Hi @circularmachines

From what I can see the Python Scripts looks in the queries folder then you can chat with your notes with the tag #run ?

Is the goal to tag a small collection of files with #run then ask OpenAI embedded model a question about that small collection of md files instead of your whole Vault?