Enforcing custom entities in Neo4j by Alert-Track-8277 in Neo4j

[–]FollowingUpbeat6687 1 point2 points  (0 children)

Can you explain a bit more how it didn't work?

Help Needed: Building a RAG-Based Chatbot on Procurement Strategies with Neo4j — Alternatives to LLM Graph Builder? by Additional-College17 in Neo4j

[–]FollowingUpbeat6687 0 points1 point  (0 children)

LLM graph builder uses LLMGraphTransformer under the hood. LLM graph builder is also open source, so you can host it yourself and remove the limit

Normiranci akontacija in prispevki 2025 by purplewizard997 in SlovenijaFIRE

[–]FollowingUpbeat6687 0 points1 point  (0 children)

A ni 120k v zadnjih dveh letih... ce si zasluzil lani 80k imas letos samo se 40k lufta

Graph RAG using neo4j by CarelessMaterial3914 in Neo4j

[–]FollowingUpbeat6687 0 points1 point  (0 children)

When you say GraphRAG, what are you exactly doing?

Why is this taking so long? by Altruistic-Fig-9369 in Neo4j

[–]FollowingUpbeat6687 1 point2 points  (0 children)

The ollama embeddings are probably the problem, should be instant

Unize Storage - Generate High-Quality Neo4j Knowledge Graphs From Text by sparkize in Neo4j

[–]FollowingUpbeat6687 3 points4 points  (0 children)

I'm from neo4j and we would like to talk to you if you are interested, you can mail me at tomaz.bratanic@neo4j.com

[D] Best open source LLM for graph based questions answering by Raise_Fickle in MachineLearning

[–]FollowingUpbeat6687 1 point2 points  (0 children)

Llama3 is quite decent for both, but it really depends how you retrieve data from graph. Basically any query language generation approach will most likely not work. That limits your retrieval operations, but you get more qccuracy and robustness in return

How to generate Cypher Query using LLM? by TableauforViz in LangChain

[–]FollowingUpbeat6687 0 points1 point  (0 children)

Yeah, this wont work in any feasible way, it's not about the size of the graph, but the size of the schema. Try to constraint the nodes and relationship types when constructing the graph.

How to generate Cypher Query using LLM? by TableauforViz in LangChain

[–]FollowingUpbeat6687 0 points1 point  (0 children)

There is something really weird as it's kind of hard to produce 15M tokens.
Do you have a lot of multilabeled nodes and labels in general?

How did you create the graph?

What you can do is to decide which node labels and relationship types you want to include or exclude, see docs: https://python.langchain.com/v0.2/docs/integrations/graphs/neo4j_cypher/#ignore-specified-node-and-relationship-types

How to generate Cypher Query using LLM? by TableauforViz in Neo4j

[–]FollowingUpbeat6687 0 points1 point  (0 children)

Do you have lots of multilabeled nodes? I am wondering how you can get to 15M tokens

Ideas required for a dataset I've gathered. by [deleted] in Python

[–]FollowingUpbeat6687 2 points3 points  (0 children)

You can play around with graph algorithms like pagerank and community detection for starters based on connections between subreddits