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 from .prompt import GRAPH_FIELD_SEP
STORAGES = { STORAGES = {
"JsonKVStorage": ".storage", "NetworkXStorage": ".storage.networkx_storage",
"NanoVectorDBStorage": ".storage", "JsonKVStorage": ".storage.json_kv_storage",
"NetworkXStorage": ".storage", "NanoVectorDBStorage": ".storage.nano_vector_db",
"JsonDocStatusStorage": ".storage", "JsonDocStatusStorage": ".storage.jsondocstatus_storage",
"Neo4JStorage": ".kg.neo4j_impl", "Neo4JStorage": ".kg.neo4j_impl",
"OracleKVStorage": ".kg.oracle_impl", "OracleKVStorage": ".kg.oracle_impl",
"OracleGraphStorage": ".kg.oracle_impl", "OracleGraphStorage": ".kg.oracle_impl",