HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ktyptorio

no profile record

Submissions

[untitled]

1 points·by ktyptorio·เดือนที่แล้ว·0 comments

Show HN: GibRAM an in-memory ephemeral GraphRAG runtime for retrieval

github.com
60 points·by ktyptorio·6 เดือนที่ผ่านมา·9 comments

comments

ktyptorio
·6 เดือนที่ผ่านมา·discuss
Exactly, thank you. Still in LLM-based extraction.
ktyptorio
·6 เดือนที่ผ่านมา·discuss
Actually, the name definitely came after noticing RAM prices. Though the idea where the graph-in-memory only for ephemeral RAG sessions came first, we won't pretend the naming wasn't influenced by RAM being in the spotlight.
ktyptorio
·6 เดือนที่ผ่านมา·discuss
There are two steps:

Vector search (HNSW): Find top-k similar entities/text units from the query embedding

Graph traversal (BFS): From those seed entities, traverse relationships (up to 2 hops by default) to find connected entities

This catches both semantically similar entities AND structurally related ones that might not match the query text.

Implementation: https://github.com/gibram-io/gibram/blob/main/pkg/engine/eng...
ktyptorio
·6 เดือนที่ผ่านมา·discuss
I've just released a casual personal project for Ephemeral GraphRAG. It's still experimental and open source: https://github.com/gibram-io/gibram