Update lightrag.py

This commit is contained in:
Saifeddine ALOUI
2025-01-27 09:34:00 +01:00
committed by GitHub
parent 2f19ac3625
commit 6d95f58f34

View File

@@ -38,10 +38,10 @@ from .base import (
from .prompt import GRAPH_FIELD_SEP
STORAGES = {
"JsonKVStorage": ".storage",
"NanoVectorDBStorage": ".storage",
"NetworkXStorage": ".storage",
"JsonDocStatusStorage": ".storage",
"NetworkXStorage": ".storage.networkx_storage",
"JsonKVStorage": ".storage.json_kv_storage",
"NanoVectorDBStorage": ".storage.nano_vector_db",
"JsonDocStatusStorage": ".storage.jsondocstatus_storage",
"Neo4JStorage": ".kg.neo4j_impl",
"OracleKVStorage": ".kg.oracle_impl",
"OracleGraphStorage": ".kg.oracle_impl",