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

https://neo4j.com/labs/genai-ecosystem/llm-graph-builder/ the ui is cool, and to use this as a tool in agent frameworks, im trying to find a way to use it as an api. to have all...

question

1. generate embeddings for entities (decide if to store them or not - decide between storage needs and recompute needs) - entities of the same type and from the same...

enhancement

How to customize prompt to complete entity extraction and other operations. I intend to build a knowledge graph with local fine-tuned LLM. Or how to import the local existing knowledge...

question

When trying to build a local Docker deployment using the provided docker-compose file, there is a fatal error. => ERROR [frontend build 7/7] RUN BACKEND_API_URL=http://localhost:8000 REACT_APP_SOURCES=local,youtube,wiki,s 3.2s ------ > [frontend...

bug

when i ran this fronted,it might be wrong.

![image](https://github.com/neo4j-labs/llm-graph-builder/assets/60320192/a4e7ecc1-7c9b-41aa-b056-d68a7f267ad8) When uploading .xls files the Upload Status is stuck at 0%

Hi, I'm running (DEV branch) on a local machine and my LLM is a GPT 4 hosted on Azure. I'm getting this error when I click 'Generate graph' on the...