llm-graph-builder icon indicating copy to clipboard operation
llm-graph-builder copied to clipboard

Neo4j graph construction from unstructured data using LLMs

Results 211 llm-graph-builder issues
Sort by recently updated
recently updated
newest added

After performing entity relation extraction on the document, the code calculated the number of relationships without deduplication and only counted the relationships for the last chunk. ![image](https://github.com/user-attachments/assets/cb6b2de3-f4f1-40d2-a814-34ed2733a545)

I'm using this amazing project to extract and model information from biomedical textbook. Since it's a large textbook I had to break it into pages. The Generate Graph function is...

bug

I updated files and generate graph successfully. and then talk in the chat, it response `I couldn't find any relevant documents to answer your question.` no matter what I asked....

bug

When I am using the local ollama Qwen2:72b model, I encountered an error while requesting Populate_graphic_stemplate ``` 2024-09-20 09:54:15,056 - Exception in getting the schema from text:Received unsupported arguments {'method':...

bug

Added new importer option for graph schema

- [ ] Store the token usage in extract and chat in database - [ ] Use environment variable to turn on token usage tracking (mandatory database details if turned...

enhancement

I'm trying to use a locally deployed qwen3:14b instance for processing. Files can be uploaded just fine, however when I try to generate a graph, I get the following stack...

question

On https://llm-graph-builder.neo4jlabs.com/ I'm trying to connect to a S3 bucket but it does not accept the URI. I tried root folder / sub folder. Not working. I use the same...

bug

New model added "claude-sonnet-4-20250514"

enhancement

Hello there! Why do I get all the nodes in the knowledge graph with only one id attribute when I use llm-graph-builder to create the knowledge graph? The node attributes...

question