Skip to content

v0.3

Compare
Choose a tag to compare
@aashipandya aashipandya released this 12 Jul 08:58

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