Viewing profile — ktyptorio
ktyptorio
HN member- Joined
- Sun, Jan 18, 2026, 6:41 AM UTC
- HN karma
- 28
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About ktyptorio
No profile information was provided.
Recent public activity
- story
-
comment
Comment #46669707
Exactly, thank you. Still in LLM-based extraction.
-
comment
Comment #46669691
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…
-
comment
Comment #46669523
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 (…
-
comment
Comment #46665503
I've just released a casual personal project for Ephemeral GraphRAG. It's still experimental and open source: https://github.com/gibram-io/gibram
-
story
Show HN: GibRAM an in-memory ephemeral GraphRAG runtime for retrieval
Hi HN, I have been working with regulation-heavy documents lately, and one thing kept bothering me. Flat RAG pipelines often fail to retrieve related articles together, even when t…