Moved the storages to kg folder

This commit is contained in:
Saifeddine ALOUI
2025-01-27 09:59:26 +01:00
committed by GitHub
parent 52037205eb
commit 56e9c9f4d5
6 changed files with 4 additions and 5 deletions

View File

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

View File

@@ -1 +0,0 @@