gusye
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Show HN: I love ChatGPT Memory, so I built one (github.com)
Hey HN, I'm Gus. I built Memobase, an open-source memory backend that works like ChatGPT Memory. I know everyone is quite tired of the term "Memory System" recently. I was among the earliest developers who disliked this…
-
Hey folks, I know there might have been similar threads on HN before, but I'm still super curious about this topic. I'm looking to build a SaaS service that I think could be really valuable. I've heard from almost every…
-
I noticed the new feature of llama-index: the event-driven workflow[1], which allows for building agents based on LLMs. I think the concept of an event-driven workflow is cool, but I don't find the way llama-index…
- Show HN: A Simple GraphRAG Implementation (github.com)
I made a simple GraphRAG call nano-graphrag. The reason is I try to hack the official implementation released by Microsoft but that version is very hard to read/hack. This algorithm should not be implemented that…