top | item 45368233

(no title)

eyeris | 5 months ago

What sort of issues did you run into with a graph based approach?

discuss

order

brainless|5 months ago

My implementation was custom, on top of RocksDB. I found it hard to ask LLM to traverse it. While understanding schema of SQLite or making queries to find information is very easy for LLMs. In most cases schema does not have to be inferred since it is going to be available and this makes the job easier. The graph approach may work well for many use-cases but if we want to store structured information for LLMs then SQLite is really good.