The Knowledge Graph Creator (kgcreator) is a tool for automating the generation of RDF data for Knowledge Graphs from raw text data read from an input directory path.
The Knowledge Graph Creator creates an output file containing RDF triples suitable for loading into any linked data/semantic web data store.
This Python command line utility is one of the example programs in my book Practical Python Artificial Intelligence Programming that is available on Leanpub.com or available (in the future, this book is under development) to read for free on my web site https://markwatson.com.
Start by identifying:
- Names of entities (node labels).
- Names of relationships.
- Names of properties for nodes and relationships.
- Constraints to be defined.
- Indexes required.
- The most important queries?
-
Contextual labelling of the entities based on the structured feedback of an LLM using the Portkey AI Gateway.
-
Optimized chunking strategies depending on the type of use case. Implementation here is ambiguous.
-
Additional Metadata is applied to the Graph as it is developed.
-
Rust based Petgraph Knowledge Graph (TBC)
-
More will come.
Contributors welcome: [email protected]