Upload grn/__init__.py
Browse files- 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"
|