Go to file
Hitesh Karakoti cbc6672b27 Code changes tracker 2025-09-02 10:49:53 +02:00
GraphQuerying add v1 Graph RAG 2025-06-03 07:23:41 +02:00
GraphRAG update v1 2025-08-03 23:22:25 +02:00
Graphs change from URI to Literals + minor bug fixes 2025-02-24 12:38:53 +01:00
Hugging2KG Updated model parameter 2025-08-27 16:06:47 +02:00
KG2Model update graph+ folder adjustment 2024-07-25 11:17:18 +02:00
KGEditor update graph+ folder adjustment 2024-07-25 11:17:18 +02:00
OldCode Reorganize codebase: move unused scripts to old_folder 2025-08-25 10:35:56 +02:00
.gitattributes adding git lfs for hugging db 2025-02-20 10:24:49 +01:00
.gitignore add v1 Graph RAG 2025-06-03 07:23:41 +02:00
Changelog.md Code changes tracker 2025-09-02 10:49:53 +02:00
Readme.md update Readme + requirements 2024-07-25 11:41:50 +02:00
requirements.txt update v1 2025-08-03 23:22:25 +02:00

Readme.md

KNOWLEDGE2MODEL

FOLDER STRUCTURE

  • GraphQuerying: Multiple Strategies to query the Knowledge Graph with SPARQL query language.

  • Graphs: Available evolutions of Knowledge Graph, graph.ttl is always the latest.

  • Hugging2KG: Code to crawl the HuggingFace API and preprocess the data to build the Knowledge Graph

  • KG2Model: GPT based tool to interact have conversation with LLm support by the Knowledge Graph (only working with 1. version KG)

  • KGEditor: Visualizer and Editor of .ttlfiles (large graphs will result in out-of-memory error)

Installation

  1. Ensure Python is installed on your system.
  2. Clone the repository or download the source code.
  3. Install required dependencies listed in requirements.txt.

For more details check the Readme of the specific folders.