Adam-Ben-Khalifa commited on
Commit
ecda7d8
·
verified ·
1 Parent(s): 3758444

Upload grn/__init__.py

Browse files
Files changed (1) hide show
  1. grn/__init__.py +3 -0
grn/__init__.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ # Graph Reasoning Network (GRN)
2
+ # An LLM alternative that operates on knowledge graphs instead of text tokens
3
+ __version__ = "0.1.0"