2 ms·
I've recently started playing with graphDBs mostly for the purpose of using entities within parsed documents for my own ideas on a modified RAG approach (not gr
by meatgrinder 1y ago
I've recently started playing with graphDBs mostly for the purpose of using entities within parsed documents for my own ideas on a modified RAG approach (not graphRAG). However I'm not sure I would choose this for serious production type work compared to object stores like Mongo where your entity could easily have additional metadata sections of information in it's object store which could have anything you want. Right now as I brainstorm, I find that the graphDB just fits better with my mental thought meanderings.