edge degree next almost done

This commit is contained in:
Ken Wiltshire
2024-10-29 15:36:07 -04:00
parent 01b7df7afa
commit 9ab7312ecc
12 changed files with 11100 additions and 130 deletions

View File

@@ -103,7 +103,7 @@ class LightRAG:
# module = importlib.import_module('kg.neo4j')
# Neo4JStorage = getattr(module, 'GraphStorage')
if True==False:
if True==True:
graph_storage_cls: Type[BaseGraphStorage] = Neo4JStorage
else:
graph_storage_cls: Type[BaseGraphStorage] = NetworkXStorage