Update lightrag.py
This commit is contained in:
@@ -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",
|
||||||
|
Reference in New Issue
Block a user