Skip to content

Releases: neo4j-labs/llm-graph-builder

v0.3

12 Jul 08:58
Compare
Choose a tag to compare

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 -
    • Have option to chat with graph using Vector only or graph +Vector #485
    • Option to select specific files for QA (all processed sources are considered for QA by default) #514
  • 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

#527 , #490

Version 0.2

02 Jul 15:59
083f487
Compare
Choose a tag to compare

Deletion of Orphan Nodes
Full text Index
Chat Modes
Setting Schema Modal
Web pages as Source.

Version 0.1

16 May 12:14
7860c08
Compare
Choose a tag to compare
v0.1

Merge branch 'main' of https://github.com/neo4j-labs/llm-graph-builder