Merge pull request #3 from Javgilavi/main New methods on manualSearch.py to get input and ouput modalitty list
Merge pull request #3 from Javgilavi/main
New methods on manualSearch.py to get input and ouput modalitty list
manualSearch.py
GraphQuerying: Multiple Strategies to query the Knowledge Graph with SPARQL query language.
Graphs: Available evolutions of Knowledge Graph, graph.ttl is always the latest.
graph.ttl
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)
.ttl
requirements.txt
Knowledge2Model
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
.ttl
files (large graphs will result in out-of-memory error)Installation
requirements.txt
.For more details check the Readme of the specific folders.