Live data from Hacker News

Viewing profile — ktyptorio

ktyptorio

HN member
Joined
Sun, Jan 18, 2026, 6:41 AM UTC
HN karma
28
Public activity
6 items

About ktyptorio

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #46669707

    Exactly, thank you. Still in LLM-based extraction.

  3. 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…

  4. 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 (…

  5. 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

  6. 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…