Earlier quoted context omitted.
DISCLAIMER: The co-founder and CTO of Memgraph here. To add more context, Memgraph Enterprise pricing is explained under https://memgraph.com/pricing : "Starting at $25,000 per year for 16 GB, Memgraph has an all-inclusive, simple pricing model that scales with your workload without restrictions. No charge for compute. No charge for replicas. No charge for algorithms. No Surprises.". In addition, Memgraph Community i…
I think on this site anything that's more expensive than free is considered expensive. Countless arguments have been had on Oracle vs Postgres, including lock-in. I think lock-in is more important to consider than license cost. To be fair, it is quite nice for the pricing to be transparent. And I think it's somewhat competitive w.r.t. Stardog, for example. The community version is less restricted than Ontotext, for e…
How NASA Is Using Graph Technology and LLMs to Build a People Knowledge Graph
41–50 of 56 posts
Re: How NASA Is Using Graph Technology and LLMs to Build a People Knowledge Graph
#42Earlier quoted context omitted.
"They do not allow structure-preserving querying. That is, I query a graph and want the results to be a smaller graph." I'm not sure what you mean by this. The result of a query in neo4j is a set of nodes with specified relations linking them. It is much more flexible than the way SQL can only return a single table.
Query result in openCypher is a similar rectangular result set like in SQL. See openCypher spec p. 74.
you can return all nodes, relationships, and paths that match a query by using this syntax
MATCH p = (a {name: 'A'})-[r]->(b) RETURN *
This is the exact opposite of a rectangular result set.
Re: How NASA Is Using Graph Technology and LLMs to Build a People Knowledge Graph
#43Earlier quoted context omitted.
I believe AGE has unfortunately been defunded: https://github.com/apache/age/discussions/2150 It’s a shame because it seemed like being able to query data across multiple paradigms would be really useful
My dream databases is Neo4j style relationships and MongoDB style documents.
Re: How NASA Is Using Graph Technology and LLMs to Build a People Knowledge Graph
#44Man, love seeing pushback on automated skill matchingsometimes feels like tech folks keep inventing new tools just to dodge actual conversations. Ever wonder if all this automation just makes things colder instead of smarter?
Re: How NASA Is Using Graph Technology and LLMs to Build a People Knowledge Graph
#45Earlier quoted context omitted.
I believe AGE has unfortunately been defunded: https://github.com/apache/age/discussions/2150 It’s a shame because it seemed like being able to query data across multiple paradigms would be really useful
My dream databases is Neo4j style relationships and MongoDB style documents.
Re: How NASA Is Using Graph Technology and LLMs to Build a People Knowledge Graph
#46Re: How NASA Is Using Graph Technology and LLMs to Build a People Knowledge Graph
#47Re: How NASA Is Using Graph Technology and LLMs to Build a People Knowledge Graph
#48My own take is this will just be gamed to the max by ladder climbers looking out for number 1.
Re: How NASA Is Using Graph Technology and LLMs to Build a People Knowledge Graph
#49Would love for some feedback!