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

- re-added "session_id" as a parmeter in magic-trek-chatbot api route for better logging

When trying to build the backend image I got the following error: > Step 2/11 : WORKDIR /code ---> Running in 2d814b240caf ---> Removed intermediate container 2d814b240caf ---> b3a8c48f2f53 Step...

## AWS eu west Titan models vector dimension is wrong Hello everyone, I'm encountering an issue related to mismatched vector dimensions when working with Amazon Titan models. According to the...

bug

Hello, I’m working on processing a large number of loosely related PDF files—primarily financial statements such as balance sheets, income statements, and similar documents. In this project, I’m not defining...

When changing the schema after the documents have already been analyzed, there seems to be no way to re-trigger the entity extraction without deleting and re-uploading the documents, is that...

When I'm exploring the extracted entities from my documents, and query for `Company` and `Person`: I'm getting a result without `Person` but with `__Entity__`: In one visualization it seems only...

When I trigger processing of a set of uploaded documents, the processing starts 2 at a time. I can cancel the processing of the documents that are currently being analyzed,...

During a workshop at DataHarvest 2025 where I used this tool to give people a hands-on experience with GraphRAG, it became apparent that the text "Graph Enhancement" does not make...

bug

When I try to "Preview Graph" for my 12 documents, I get the following error after a while: "can't access property "nodes", Ue.data.data is undefined". I'm suspecting something times out:...

bug