Releases: neo4j-labs/llm-graph-builder
Releases · neo4j-labs/llm-graph-builder
v0.3
New Features
- Local Filtering for Graph Viz , Lexical Graph, Entity Graph, Refresh - Can have a view of graph for a particular file based on dropdown selection and refresh the graph while file is processing. #497
- Graph Enhancements UI - Set schema for KG creation
- Entity Extraction Settings - Option to provide predefined graph schema or schema based on input text for building knowledge graph for multiple sources. #501
- Delete Disconnected nodes - Identifying and removing entities that are not connected to any other information. Remove them to create a cleaner and more efficient knowledge graph that leads to more relevant and informative responses. #493
- Support for local Ollama models - Try your own Ollama models when application deployed locally by setting config. #508
- Chatbot enhancement -
- Entity Embeddings - Create embeddings for entities extracted from LLMs (configurable) #505
- Web Pages as Source - Provide web URLs as source for creating knowledge graph. #475
UI/UX Bug fixes
Version 0.2
Deletion of Orphan Nodes
Full text Index
Chat Modes
Setting Schema Modal
Web pages as Source.
Version 0.1
v0.1 Merge branch 'main' of https://github.com/neo4j-labs/llm-graph-builder