Hacker News new | ask | show | jobs
by vlmutolo 1158 days ago
Well this all looks incredibly cool, and certainly beyond my current understanding of graph and vector databases.

You mentioned in the release that you wrote your own knowledge management tool. Is that published somewhere?

1 comments

Not for the moment, it is not polished enough. Right now it is just a webapp written in React and prosemirror running on top of a CozoDB instance. And it is very rough around the edges (good enough for myself, but maybe not for others).

Once local LLMs that are powerful enough become available, though, I think I will try to find time to polish and publish it, since it can then act as a showcase for what a thinking agent can achieve.

How are you modeling the notes cozodb? I'd interested in parsing my Obsidian nodes into cozoDB as a way to setup alternate views on them. Curious how you thought about storing the bullets and relations between them.