Hacker Newsnew | past | comments | ask | show | jobs | submit | john-mark's commentslogin

Neo4j Hype Translator:

Input Hype: “Neo4j Launches Breakthrough Infinigraph Architecture to Unify Transactional and Operational Workloads”

Output Hype Translation: After over a decade of “clustering”, Neo4j finally figured out sharding, basically fixing the thing their clustering should’ve done from the start.


Neo4j has bet the farm on GraphRag. Unfortunately - I don’t think the return on investment is there even if using Neo4j community edition - and even then - I think there are better options.

Good article though.


Better GraphRag options? Or what better options, just curious, I've been looking into Neo4j


If you’re doing GraphRAG in the style of Microsoft’s original model , where the graph is inferred dynamically by the LLM and used primarily for retrieval or reasoning , then Neo4j is often overkill in my opinion. Not to mention its performance issues and toxic attitude to open source.

Lightweight, in-memory alternatives like NetworkX or even plain Python dictionaries are typically faster to set up, easier to integrate, and better suited to ephemeral, prompt driven graph reasoning.

Here are some other options : NetworkX

LlamaIndex’s KnowledgeGraphIndex

LangChain with in-memory Python structures, Lets you model entities and relationships as dictionaries or lists, making it easy to traverse or query on demand.

https://docs.llamaindex.ai/en/stable/examples/index_structs/...

https://www.microsoft.com/en-us/research/blog/moving-to-grap...

https://github.com/microsoft/graphrag


Thanks - this one is new to me. Checking it out.


DozerDB: extends Neo4j Community with features such as multi-db. https://dozerdb.org

Memgraph: https://memgraph.com/memgraph-for-neo4j-developers

Apache AGE https://age.apache.org/

And much more….


If you are using community edition - check out the DozerDB plugin which adds enterprise features to Neo4j community such as multi database. Its still in its infancy but has already implemented multi db and enterprise constraints. https://dozerdb.org


Trial testimony shows that Neo4j is not currently profitable after 17 years.

Is this normal for VC funded software companies nowadays?

---

Q. DO YOU KNOW WHAT YOUR NET PROFITS ARE?

A. WE ARE IN A LOSS POSITION RIGHT NOW.

https://storage.courtlistener.com/recap/gov.uscourts.cand.33...


This doesn't necessarily mean they're not net-profitable, or that they never were, or that they didn't ever have a profitable year.

Also - profits of the company aren't necessarily equal to profits of the investors/shareholders.


Will more information that could touch on what you mentioned be in their S-1 registration if they attempt an IPO? I need to search through all the court documents to see if there are any more details about prior years. Good thing I have LLMs to help with this now.

https://www.courtlistener.com/docket/16272543/neo4j-inc-v-pu... https://www.courtlistener.com/docket/16276158/neo4j-inc-v-gr...


Seems mostly like hype.

The analysis below seems to show that GraphRag with @Neo4j offers minimal improvement in context retrieval and only slight gains in answer relevancy and faithfulness.

https://aiencoder.substack.com/p/graphrag-analysis-part-1-ho...


Why would the investors of Neo4j take control of Neo4j Inc?

I believe the COO was removed as COO around the time I first heard this.

I hope Neo4j Inc does not get desperate and add terms to their Neo4j Community Edition making it proprietary or non-free like they did with their enterprise edition!


It seems from their repo (need to verify) that they did the right thing and changed the License to their own license name called Dgraph Community License (DCL)

Compare this to Neo4j, who added the commons clause to the AGPL License complete with FSF copyright and preamble. Neo4j kept the License as AGPL and reaped the benefits from open source community.

Neo4j’s approach made people think it was still open source under the AGPL, while dgraph’s approach was proper and clear.

Neo4j’s approach was deceitful in my opinion, and I believe it’s finally coming back to haunt them after some toxic rulings put the GPL structure at risk unless an upcoming appeal overturns it.

Good for dgraph for doing it right in the end and not making people think they were Apache licensed with commons.


I never saw this.

If Dgraph has the commons clause then it is no longer open source or free software (as in libre free).

If they are still calling it open source, they should be warned the courts have ruled that the commons clause means ‘not open source’.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: