v0.3
版本发布时间: 2024-07-12 16:58:59
neo4j-labs/llm-graph-builder最新发布版本:v0,5(2024-10-30 14:24:30)
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